release: access fetchGit from builtins to fix eval w/1.11 (<1.12)

This commit is contained in:
Will Dietz 2018-01-10 14:16:49 -06:00
parent da85bea7a8
commit 435ccc7980
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
{ nix ? fetchGit ./.
{ nix ? builtins.fetchGit ./.
, nixpkgs ? fetchTarball channel:nixos-17.09
, officialRelease ? false
, systems ? [ "x86_64-linux" "i686-linux" "x86_64-darwin" "aarch64-linux" ]