nixos-config/home/fish/functions/nfl.fish

5 lines
89 B
Fish

function nfl
set -l flags "--commit-lock-file"
nix flake update $flags $argv
end