mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2024-11-10 00:08:07 +02:00
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
|
||||
, officialRelease ? false
|
||||
, systems ? [ "x86_64-linux" "i686-linux" "x86_64-darwin" "aarch64-linux" ]
|
||||
|
|
Loading…
Reference in a new issue