1
1
Fork 0
mirror of https://github.com/NixOS/nix.git synced 2025-11-30 22:20:59 +01:00
nix/src/libexpr/flake
Eelco Dolstra cbade16f9e Handle unlocked overriden inputs
This fixes the error

  in pure evaluation mode, 'fetchTree' requires a locked input

when using '--override-input X Y' where Y is an unlocked input (e.g. a
dirty Git tree).

Also, make LockFile use ref instead of std::shared_ptr.
2022-09-29 16:14:56 +02:00
..
call-flake.nix Handle unlocked overriden inputs 2022-09-29 16:14:56 +02:00
config.cc Mention --accept-flake-config in the related warning 2022-09-24 12:11:26 +02:00
flake.cc Handle unlocked overriden inputs 2022-09-29 16:14:56 +02:00
flake.hh Handle unlocked overriden inputs 2022-09-29 16:14:56 +02:00
flakeref.cc parseFlakeRefWithFragment() improvements 2022-08-17 15:34:40 +02:00
flakeref.hh Merge remote-tracking branch 'origin/master' into lazy-trees 2022-08-04 13:45:22 +02:00
lockfile.cc Handle unlocked overriden inputs 2022-09-29 16:14:56 +02:00
lockfile.hh Handle unlocked overriden inputs 2022-09-29 16:14:56 +02:00