1
0
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:
Donovan Glover 2023-10-29 15:13:05 -04:00
parent b18ccd3dfc
commit 9cb52b29f9
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65

View File

@ -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";