home: fish: update nfl alias

This commit is contained in:
Antoine Martin 2024-09-16 11:47:29 +02:00
parent 714938ef60
commit d6b7ff5419

View file

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