-
-
Notifications
You must be signed in to change notification settings - Fork 18.1k
nix_2_3: drop and raise minver to 2.18 #428076
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -17,13 +17,7 @@ let | |
| else | ||
| nixpkgs; | ||
|
|
||
| pkgs = import nixpkgs' { | ||
| inherit system; | ||
| config = { | ||
| permittedInsecurePackages = [ "nix-2.3.18" ]; | ||
| }; | ||
| overlays = [ ]; | ||
| }; | ||
| pkgs = import nixpkgs' { inherit system; }; | ||
|
|
||
| fmt = | ||
| let | ||
|
|
@@ -128,8 +122,7 @@ rec { | |
| parse = pkgs.lib.recurseIntoAttrs { | ||
| latest = pkgs.callPackage ./parse.nix { nix = pkgs.nixVersions.latest; }; | ||
| lix = pkgs.callPackage ./parse.nix { nix = pkgs.lix; }; | ||
| # TODO: Raise nixVersions.minimum to 2.24 and flip back to it. | ||
| minimum = pkgs.callPackage ./parse.nix { nix = pkgs.nixVersions.nix_2_24; }; | ||
| nix_2_24 = pkgs.callPackage ./parse.nix { nix = pkgs.nixVersions.nix_2_24; }; | ||
|
||
| }; | ||
| shell = import ../shell.nix { inherit nixpkgs system; }; | ||
| tarball = import ../pkgs/top-level/make-tarball.nix { | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,2 +1,2 @@ | ||
| # Expose the minimum required version for evaluating Nixpkgs | ||
| "2.3.17" | ||
| "2.18" |
Uh oh!
There was an error while loading. Please reload this page.