lix/src/libexpr/flake
Eelco Dolstra b9fb372075 Add --update-input flag to update a specific flake input
Typical usage:

  $ nix flake update ~/Misc/eelco-configurations/hagbard --update-input nixpkgs

to update the 'nixpkgs' input of a flake while leaving every other
input unchanged.

The argument is an input path, so you can do e.g. '--update-input
dwarffs/nixpkgs' to update an input of an input.

Fixes #2928.
2020-01-29 23:14:27 +01:00
..
eval-cache.cc Merge remote-tracking branch 'origin/master' into flakes 2019-12-11 14:53:30 +01:00
eval-cache.hh Merge remote-tracking branch 'origin/master' into flakes 2019-12-11 14:53:30 +01:00
flake.cc Add --update-input flag to update a specific flake input 2020-01-29 23:14:27 +01:00
flake.hh Add --update-input flag to update a specific flake input 2020-01-29 23:14:27 +01:00
flakeref.cc Remove debug message 2020-01-27 14:28:57 +01:00
flakeref.hh Pluggable fetchers 2020-01-21 22:56:04 +01:00
lockfile.cc Add --update-input flag to update a specific flake input 2020-01-29 23:14:27 +01:00
lockfile.hh Add --update-input flag to update a specific flake input 2020-01-29 23:14:27 +01:00