1
1
Fork 0
mirror of https://github.com/NixOS/nix.git synced 2025-11-15 06:52:43 +01:00

release.nix: don't try to use nix-2.0 branch, no longer exists

Probably should point at the 18.03 release branch once that's made.

(cherry picked from commit e9a5ce9b07)
This commit is contained in:
Will Dietz 2018-03-03 13:48:54 -06:00 committed by Eelco Dolstra
parent 2bbea0d96f
commit 33bfcbdbdd
No known key found for this signature in database
GPG key ID: 8170B4726D7198DE

View file

@ -1,5 +1,5 @@
{ nix ? builtins.fetchGit ./.
, nixpkgs ? builtins.fetchGit { url = https://github.com/NixOS/nixpkgs.git; ref = "nix-2.0"; }
, nixpkgs ? builtins.fetchGit https://github.com/NixOS/nixpkgs.git
, officialRelease ? false
, systems ? [ "x86_64-linux" "i686-linux" "x86_64-darwin" "aarch64-linux" ]
}: