aboutsummaryrefslogtreecommitdiff
path: root/tests/lang/eval-okay-path.nix
AgeCommit message (Collapse)Author
2018-02-06Add path primop.Shea Levy
builtins.path allows specifying the name of a path (which makes paths with store-illegal names now addable), allows adding paths with flat instead of recursive hashes, allows specifying a filter (so is a generalization of filterSource), and allows specifying an expected hash (enabling safe path adding in pure mode).