From d6b7ff54190a3b9747b8354d5bbafc14102b6da8 Mon Sep 17 00:00:00 2001 From: Antoine Martin Date: Mon, 16 Sep 2024 11:47:29 +0200 Subject: [PATCH] home: fish: update nfl alias --- home/fish/functions/nfl.fish | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/home/fish/functions/nfl.fish b/home/fish/functions/nfl.fish index bac1d05..48674c4 100644 --- a/home/fish/functions/nfl.fish +++ b/home/fish/functions/nfl.fish @@ -1,7 +1,4 @@ function nfl set -l flags "--commit-lock-file" - for flake in $argv - set -a flags "--update-input" "$flake" - end - nix flake lock $flags + nix flake update $flags $argv end