mirror of
https://github.com/srid/nixos-config.git
synced 2026-01-12 01:37:53 +08:00
Use --use-remote-sudo to workaround https://github.com/NixOS/nixpkgs/issues/169193
This commit is contained in:
parent
b8fe49fa16
commit
928c42d109
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
|
@ -10,7 +10,7 @@ all:
|
|||
fi
|
||||
|
||||
nixos-system:
|
||||
sudo nixos-rebuild switch -j auto
|
||||
nixos-rebuild --use-remote-sudo switch -j auto
|
||||
|
||||
macos-system:
|
||||
sudo ls # cache sudo
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue