release: access fetchGit from builtins to fix eval w/1.11 (<1.12)
This commit is contained in:
parent
da85bea7a8
commit
435ccc7980
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
||||||
{ nix ? fetchGit ./.
|
{ nix ? builtins.fetchGit ./.
|
||||||
, nixpkgs ? fetchTarball channel:nixos-17.09
|
, nixpkgs ? fetchTarball channel:nixos-17.09
|
||||||
, officialRelease ? false
|
, officialRelease ? false
|
||||||
, systems ? [ "x86_64-linux" "i686-linux" "x86_64-darwin" "aarch64-linux" ]
|
, systems ? [ "x86_64-linux" "i686-linux" "x86_64-darwin" "aarch64-linux" ]
|
||||||
|
|
Loading…
Reference in a new issue