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