8 lines
159 B
Fish
8 lines
159 B
Fish
|
function nfl
|
||
|
set -l flags "--commit-lock-file"
|
||
|
for flake in $argv
|
||
|
set -a flags "--update-input" "$flake"
|
||
|
end
|
||
|
nix flake lock $flags
|
||
|
end
|