Skip to content

Commit f3b73fa

Browse files
committed
fix: don't throw errors in nix-uncached
1 parent 47da388 commit f3b73fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/actions.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
# bash
1919
''
2020
# FIXME: merge upstream to avoid any need for runtime context
21-
command nix build github:divnix/nix-uncached/v2.13.1
21+
command nix build github:divnix/nix-uncached?ref=refs/pull/2/head
2222
2323
local -a drvs
2424
eval "$(

0 commit comments

Comments
 (0)