mirror of
https://github.com/smg1024/nix-darwin.git
synced 2026-05-22 20:32:59 +09:00
fix: remove proxy target from Justfile
This commit is contained in:
parent
40f8c39946
commit
36f63aedf1
1 changed files with 2 additions and 2 deletions
4
Justfile
4
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'
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue