mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-18 19:03:28 +00:00
Do not use old way of setting url
and rev
This was breaking `nix-prefetch-git --url smth --ref smth` (when expected hash is not specified)
This commit is contained in:
parent
c1c74e45c5
commit
ba766ebcf4
@ -1,8 +1,8 @@
|
||||
#! /bin/sh -e
|
||||
|
||||
url=$1
|
||||
rev=$2
|
||||
expHash=$3
|
||||
url=
|
||||
rev=
|
||||
expHash=
|
||||
hashType=$NIX_HASH_ALGO
|
||||
deepClone=$NIX_PREFETCH_GIT_DEEP_CLONE
|
||||
leaveDotGit=$NIX_PREFETCH_GIT_LEAVE_DOT_GIT
|
||||
|
Loading…
Reference in New Issue
Block a user