lix/src/libexpr/primops
Eelco Dolstra 154244adc6 nix: New installables syntax
The general syntax for an installable is now
<flakeref>:<attrpath>. The attrpath is relative to the flake's
'provides.packages' or 'provides' if the former doesn't yield a
result. E.g.

  $ nix build nixpkgs:hello

is equivalent to

  $ nix build nixpkgs:packages.hello

Also, '<flakeref>:' can be omitted, in which case it defaults to
'nixpkgs', e.g.

  $ nix build hello
2019-04-08 14:21:13 +02:00
..
context.cc Add builtins.appendContext. 2019-01-31 08:52:23 -05:00
fetchGit.cc experimental/optional -> optional 2019-03-14 14:10:52 +01:00
fetchGit.hh Improve flake references 2019-02-12 18:23:11 +01:00
fetchMercurial.cc Enforce use of immutable flakes in pure mode 2019-02-12 21:07:48 +01:00
flake.cc nix: New installables syntax 2019-04-08 14:21:13 +02:00
flake.hh nix: New installables syntax 2019-04-08 14:21:13 +02:00
flakeref.cc Issue #15 is finished 2019-03-22 15:22:18 +01:00
flakeref.hh Issue #15 is finished 2019-03-22 15:22:18 +01:00
fromTOML.cc Fix build on 32-bit systems and macOS 2018-07-11 21:12:18 +02:00