nixos-config/home/fish/functions/nfl.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