Skip to content

Commit 9331fb1

Browse files
committed
fix: examples: don't ignore feiled resolveImpure
1 parent 98e0a1a commit 9331fb1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/examples/default.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
cp -r ${examples}/$dir/* .
3030
chmod -R +w .
3131
nix flake lock --override-input dream2nix ${../../.}
32-
nix run .#resolveImpure || echo "no resolveImpure probably?"
32+
nix run .#resolveImpure
3333
# disable --read-only check for these because they do IFD so they will
3434
# write to store at eval time
3535
evalBlockList=("haskell_cabal-plan" "haskell_stack-lock")

0 commit comments

Comments
 (0)