fix: npins on random branches

This commit is contained in:
catvayor 2025-02-02 10:19:08 +01:00
parent c1dd81d197
commit 51ecea927e
Signed by: lbailly
GPG key ID: CE3E645251AC63F3

View file

@ -56,6 +56,7 @@ let
builtins.fetchGit {
url = repository.url;
rev = revision;
allRefs = true;
inherit name;
# hash = hash;
};