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

5 lines
89 B
Fish
Raw Normal View History

function nfl
set -l flags "--commit-lock-file"
2024-09-16 11:47:29 +02:00
nix flake update $flags $argv
end