home: fish: update nfl alias
This commit is contained in:
parent
714938ef60
commit
d6b7ff5419
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue