5 lines
89 B
Fish
5 lines
89 B
Fish
function nfl
|
|
set -l flags "--commit-lock-file"
|
|
nix flake update $flags $argv
|
|
end
|