gonix
/
tests
/
functional
/
undefined-variable.nix
1
let
f
=
builtins
.
toFile
"test-file.nix"
"asd"
;
in
import
f