mirror of
https://github.com/nix-community/dream2nix.git
synced 2024-11-24 01:24:57 +03:00
tests: run nix eval test after resolving impurities
This commit is contained in:
parent
07d0e71a13
commit
0cf34d9162
@ -29,8 +29,8 @@
|
||||
cp -r ${examples}/$dir/* .
|
||||
chmod -R +w .
|
||||
nix flake lock --override-input dream2nix ${../../.}
|
||||
nix eval --read-only --no-allow-import-from-derivation .#default.name
|
||||
nix run .#resolveImpure || echo "no resolveImpure probably?"
|
||||
nix eval --read-only --no-allow-import-from-derivation .#default.name
|
||||
nix flake check "$@"
|
||||
'';
|
||||
in
|
||||
|
Loading…
Reference in New Issue
Block a user