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'