lix/src/libexpr/primops
Eelco Dolstra ccb1bad612
Allow bare flakerefs as installables
So now

  $ nix build blender-bin

works and builds the default package from that flake. You don't need
to add a colon at the end anymore.
2019-05-31 21:42:23 +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 Allow bare flakerefs as installables 2019-05-31 21:42:23 +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