nix-super/src/libexpr/primops
Eelco Dolstra 8abb8647a3
Automatically determine subdir for path flakes
This means that in a flake in a subdirectory of a Git repo, you can
now do

  $ nix build

rather than the inconvenient

  $ nix build ../..?dir=foo/bar
2019-05-31 21:52:02 +02:00
..
context.cc Add builtins.appendContext. 2019-01-31 08:52:23 -05:00
fetchGit.cc Add date of last commit to SourceInfo 2019-05-29 10:10:36 +02:00
fetchGit.hh Add date of last commit to SourceInfo 2019-05-29 10:10:36 +02:00
fetchMercurial.cc Make flakes work with 'nix build --store ...' 2019-05-15 15:38:24 +02:00
flake.cc Fix reading the lockfile of a flake in a subdirectory 2019-05-31 20:12:59 +02:00
flake.hh Rename requires -> inputs, provides -> outputs 2019-05-31 09:59:48 +02:00
flakeref.cc Automatically determine subdir for path flakes 2019-05-31 21:52:02 +02:00
flakeref.hh Allow bare flakerefs as installables 2019-05-31 21:42:23 +02:00
fromTOML.cc Fix build on 32-bit systems and macOS 2018-07-11 21:12:18 +02:00