forked from auxolotl/core
move minNixVersion into meta.toml
This commit is contained in:
parent
68d28c7f95
commit
ab9110a43b
|
@ -19,7 +19,6 @@ This file evaluates to an attribute set containing two separate kinds of attribu
|
||||||
Example: `lib.take` is an alias for `lib.lists.take`.
|
Example: `lib.take` is an alias for `lib.lists.take`.
|
||||||
|
|
||||||
Most files in this directory are definitions of sub-libraries, but there are a few others:
|
Most files in this directory are definitions of sub-libraries, but there are a few others:
|
||||||
- [`minver.nix`](minver.nix): A string of the minimum version of Nix that is required to evaluate Nixpkgs.
|
|
||||||
- [`tests`](tests): Tests, see [Running tests](#running-tests)
|
- [`tests`](tests): Tests, see [Running tests](#running-tests)
|
||||||
- [`release.nix`](tests/release.nix): A derivation aggregating all tests
|
- [`release.nix`](tests/release.nix): A derivation aggregating all tests
|
||||||
- [`misc.nix`](tests/misc.nix): Evaluation unit tests for most sub-libraries
|
- [`misc.nix`](tests/misc.nix): Evaluation unit tests for most sub-libraries
|
||||||
|
|
|
@ -1,2 +0,0 @@
|
||||||
# Expose the minimum required version for evaluating Nixpkgs
|
|
||||||
"2.3"
|
|
|
@ -1 +1,2 @@
|
||||||
|
minNixVersion = "2.3"
|
||||||
generatedBy = ""
|
generatedBy = ""
|
Loading…
Reference in a new issue