mirror of
https://github.com/NixOS/nix
synced 2025-06-24 22:11:15 +02:00
Add tests/functional/lang/eval-fail-readDir-storeDir-pure
This commit is contained in:
parent
05b9dac754
commit
297b6eba83
3 changed files with 3 additions and 0 deletions
|
@ -0,0 +1 @@
|
||||||
|
error: access to absolute path '/home' is forbidden in pure evaluation mode (use '--impure' to override)
|
|
@ -0,0 +1 @@
|
||||||
|
--pure-eval
|
|
@ -0,0 +1 @@
|
||||||
|
builtins.readDir builtins.storeDir
|
Loading…
Add table
Add a link
Reference in a new issue