From 51ecea927ed351bc211918a1fa90783a709f618b Mon Sep 17 00:00:00 2001 From: catvayor Date: Sun, 2 Feb 2025 10:19:08 +0100 Subject: [PATCH] fix: npins on random branches --- npins/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/npins/default.nix b/npins/default.nix index 5e7d086..a91921a 100644 --- a/npins/default.nix +++ b/npins/default.nix @@ -56,6 +56,7 @@ let builtins.fetchGit { url = repository.url; rev = revision; + allRefs = true; inherit name; # hash = hash; };