mirror of
https://github.com/NixOS/nix
synced 2025-07-09 16:13:54 +02:00
Add a test that nix repl --show-trace actually shows the trace
This commit is contained in:
parent
581f774284
commit
2dc29e0d93
2 changed files with 10 additions and 1 deletions
1
tests/undefined-variable.nix
Normal file
1
tests/undefined-variable.nix
Normal file
|
@ -0,0 +1 @@
|
|||
let f = builtins.toFile "test-file.nix" "asd"; in import f
|
Loading…
Add table
Add a link
Reference in a new issue