hnix/tests/eval-compare/builtins.getContext.nix

5 lines
83 B
Nix
Raw Normal View History

with builtins;
[ (getContext "foo")
(getContext (toFile "foo" "foo contents"))
]