From 9cb52b29f9b7a3c6a614089a7157fea86de4041d Mon Sep 17 00:00:00 2001 From: Donovan Glover Date: Sun, 29 Oct 2023 15:13:05 -0400 Subject: [PATCH] fish: Add abbreviation for nix flake lock --update-input Makes it possible to update single inputs instead of all inputs. --- modules/fish.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/fish.nix b/modules/fish.nix index d9e08a6f..319ab171 100644 --- a/modules/fish.nix +++ b/modules/fish.nix @@ -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";