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

8 lines
198 B
Nix
Raw Normal View History

with builtins;
[ (getContext "foo")
2019-03-10 21:02:15 +01:00
(attrValues (getContext (toFile "foo" "foo contents")))
# TODO: Re-enable this once output hash is correct.
# (getContext (toFile "foo" "foo contents"))
]