diff --git a/Justfile b/Justfile index 41bde27a..12789e96 100644 --- a/Justfile +++ b/Justfile @@ -74,6 +74,12 @@ shell: shell: nix shell nixpkgs#git nixpkgs#neovim +# upgrade determinate nix +[macos] +[group('nix')] +nix-upgrade: + sudo determinate-nixd upgrade + [group('nix')] fmt: # format the nix files in this repo