Skip to content

Commit 5d3ef88

Browse files
committed
Set ref = "*" so that git deps work for any rev (see NixOS/nix#2409)
1 parent 15c500e commit 5d3ef88

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

extraDeps/git.nix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ in
1212
let
1313
src = fetchGit {
1414
url = repo.git;
15+
ref = "*";
1516
rev = repo.commit;
1617
};
1718

0 commit comments

Comments
 (0)