lix/src/libexpr/primops
Eelco Dolstra c996e04aca Allow relative paths in flakerefs
Also allow "." as an installable to refer to the flake in the current
directory. E.g.

  $ nix build .

will build 'provides.defaultPackage' in the flake in the current
directory.
2019-04-08 23:52:09 +02:00
..
context.cc Add builtins.appendContext. 2019-01-31 08:52:23 -05:00
fetchGit.cc Add path flakeref variant 2019-04-08 23:09:18 +02:00
fetchGit.hh Add path flakeref variant 2019-04-08 23:09:18 +02:00
fetchMercurial.cc Enforce use of immutable flakes in pure mode 2019-02-12 21:07:48 +01:00
flake.cc nix: Add --impure as a shorter alias of --no-pure-eval 2019-04-08 23:19:19 +02:00
flake.hh Add path flakeref variant 2019-04-08 23:09:18 +02:00
flakeref.cc Allow relative paths in flakerefs 2019-04-08 23:52:09 +02:00
flakeref.hh Allow relative paths in flakerefs 2019-04-08 23:52:09 +02:00
fromTOML.cc Fix build on 32-bit systems and macOS 2018-07-11 21:12:18 +02:00