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.
This commit is contained in:
Will Dietz 2018-03-03 13:48:54 -06:00
parent 3748a0ca1e
commit e9a5ce9b07
1 changed files with 1 additions and 1 deletions

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" ]
}: