1
0
Fork 0
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:
Alexander Bantyev 2021-12-28 15:54:46 +03:00
parent 581f774284
commit 2dc29e0d93
No known key found for this signature in database
GPG key ID: E081FF12ADCB4AD5
2 changed files with 10 additions and 1 deletions

View file

@ -0,0 +1 @@
let f = builtins.toFile "test-file.nix" "asd"; in import f