lix/src/libexpr/primops
Eelco Dolstra 5c34d66538 Make flakes work with 'nix build --store ...'
It was getting confused between logical and real store paths.

Also, make fetchGit and fetchMercurial update allowedPaths properly.

(Maybe the evaluator, rather than the caller of the evaluator, should
apply toRealPath(), but that's a bigger change.)
2019-05-15 15:38:24 +02:00
..
context.cc Add builtins.appendContext. 2019-01-31 08:52:23 -05:00
fetchGit.cc Make flakes work with 'nix build --store ...' 2019-05-15 15:38:24 +02:00
fetchGit.hh fetchGit: Return revCount for dirty working trees 2019-04-19 14:15:51 +02:00
fetchMercurial.cc Make flakes work with 'nix build --store ...' 2019-05-15 15:38:24 +02:00
flake.cc Make flakes work with 'nix build --store ...' 2019-05-15 15:38:24 +02:00
flake.hh Fixed issue #47 2019-05-09 14:27:55 +02:00
flakeref.cc Fix assertion failure in FlakeRef::to_string() 2019-05-08 22:09:18 +02:00
flakeref.hh WIP: still need to adapt flakeref parsing 2019-05-01 12:59:12 +02:00
fromTOML.cc Fix build on 32-bit systems and macOS 2018-07-11 21:12:18 +02:00