lix/src/libexpr/flake
Eelco Dolstra 89468410d5 Extract flake dependencies from the 'outputs' arguments
That is, instead of

  inputs = [ "nixpkgs" ];

  outputs = inputs: ... inputs.nixpkgs ...;

you can write

  outputs = { nixpkgs }: ... inputs.nixpkgs ...;
2019-08-30 11:22:34 +02:00
..
eval-cache.cc Disable EvalCache in impure mode 2019-06-07 22:38:39 +02:00
eval-cache.hh Add flake evaluation cache 2019-06-07 22:25:48 +02:00
flake.cc Extract flake dependencies from the 'outputs' arguments 2019-08-30 11:22:34 +02:00
flake.hh Rename 'epoch' -> 'edition' 2019-07-11 13:54:53 +02:00
flakeref.cc Handle store symlinks in flake directories 2019-06-21 15:29:05 +02:00
flakeref.hh Don't write lock files if they have dirty inputs 2019-07-12 13:29:54 +02:00
lockfile.cc Don't write lock files if they have dirty inputs 2019-07-12 13:29:54 +02:00
lockfile.hh Don't write lock files if they have dirty inputs 2019-07-12 13:29:54 +02:00