forked from extern/nix-config
fish: Add abbreviation for nix flake lock --update-input
Makes it possible to update single inputs instead of all inputs.
This commit is contained in:
parent
b18ccd3dfc
commit
9cb52b29f9
@ -92,6 +92,7 @@
|
||||
|
||||
nf = "nix flake";
|
||||
nfu = "nix flake update";
|
||||
nfl = "nix flake lock --update-input";
|
||||
nd = "nix develop --command fish";
|
||||
nb = "nix build";
|
||||
ns = "nix shell";
|
||||
|
Loading…
Reference in New Issue
Block a user