From 04818c5d50c4c5b77cc2ae5ea7e452b010088de9 Mon Sep 17 00:00:00 2001 From: Ryan Yin Date: Fri, 17 Apr 2026 20:20:23 +0800 Subject: [PATCH] chore: upgrade detsys-nix --- Justfile | 6 ++++++ 1 file changed, 6 insertions(+) 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