hnix/tests/eval-compare/builtins.getContext.nix
2019-03-10 16:02:15 -04:00

8 lines
198 B
Nix

with builtins;
[ (getContext "foo")
(attrValues (getContext (toFile "foo" "foo contents")))
# TODO: Re-enable this once output hash is correct.
# (getContext (toFile "foo" "foo contents"))
]