mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-01-23 06:08:35 +01:00
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";
|
nf = "nix flake";
|
||||||
nfu = "nix flake update";
|
nfu = "nix flake update";
|
||||||
|
nfl = "nix flake lock --update-input";
|
||||||
nd = "nix develop --command fish";
|
nd = "nix develop --command fish";
|
||||||
nb = "nix build";
|
nb = "nix build";
|
||||||
ns = "nix shell";
|
ns = "nix shell";
|
||||||
|
Loading…
Reference in New Issue
Block a user