We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 98e0a1a commit 9331fb1Copy full SHA for 9331fb1
tests/examples/default.nix
@@ -29,7 +29,7 @@
29
cp -r ${examples}/$dir/* .
30
chmod -R +w .
31
nix flake lock --override-input dream2nix ${../../.}
32
- nix run .#resolveImpure || echo "no resolveImpure probably?"
+ nix run .#resolveImpure
33
# disable --read-only check for these because they do IFD so they will
34
# write to store at eval time
35
evalBlockList=("haskell_cabal-plan" "haskell_stack-lock")
0 commit comments