From 36f63aedf17355f6653dd706f47cfa189dc5a0c0 Mon Sep 17 00:00:00 2001 From: Sangmin Kim Date: Thu, 5 Mar 2026 08:44:34 +0900 Subject: [PATCH] fix: remove proxy target from Justfile --- Justfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Justfile b/Justfile index 2217b11..2155836 100644 --- a/Justfile +++ b/Justfile @@ -14,14 +14,14 @@ default: ############################################################################ [group('desktop')] -darwin: darwin-set-proxy +darwin: nix build .#darwinConfigurations.{{hostname}}.system \ --extra-experimental-features 'nix-command flakes' sudo -E ./result/sw/bin/darwin-rebuild switch --flake .#{{hostname}} [group('desktop')] -darwin-debug: darwin-set-proxy +darwin-debug: nix build .#darwinConfigurations.{{hostname}}.system --show-trace --verbose \ --extra-experimental-features 'nix-command flakes'