move minNixVersion into meta.toml

This commit is contained in:
Jeff Hykin 2024-05-25 11:32:17 -04:00
parent 68d28c7f95
commit ab9110a43b
3 changed files with 1 additions and 3 deletions

View file

@ -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`.
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)
- [`release.nix`](tests/release.nix): A derivation aggregating all tests
- [`misc.nix`](tests/misc.nix): Evaluation unit tests for most sub-libraries

View file

@ -1,2 +0,0 @@
# Expose the minimum required version for evaluating Nixpkgs
"2.3"

View file

@ -1 +1,2 @@
minNixVersion = "2.3"
generatedBy = ""