mirror of
https://github.com/nix-community/naersk
synced 2024-11-10 14:14:14 +00:00
Revert "make fetchgit work when not fetching from master"
This reverts commit 79129b5c16
.
This fixes https://github.com/nmattia/naersk/issues/149
This commit is contained in:
parent
a2a4b60a9e
commit
e0fe990b47
1 changed files with 0 additions and 1 deletions
1
lib.nix
1
lib.nix
|
@ -108,7 +108,6 @@ rec
|
||||||
url = val.git;
|
url = val.git;
|
||||||
} // lib.optionalAttrs (val ? rev) {
|
} // lib.optionalAttrs (val ? rev) {
|
||||||
rev = val.rev;
|
rev = val.rev;
|
||||||
ref = val.rev;
|
|
||||||
} // lib.optionalAttrs (val ? branch) {
|
} // lib.optionalAttrs (val ? branch) {
|
||||||
ref = val.branch;
|
ref = val.branch;
|
||||||
} // lib.optionalAttrs (val ? tag) {
|
} // lib.optionalAttrs (val ? tag) {
|
||||||
|
|
Loading…
Reference in a new issue