From 928c42d109090b60b458ece764afcb114fca8fbe Mon Sep 17 00:00:00 2001 From: Sridhar Ratnakumar Date: Sat, 30 Apr 2022 12:02:36 -0400 Subject: [PATCH] Use --use-remote-sudo to workaround https://github.com/NixOS/nixpkgs/issues/169193 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index dfa8f71..ab8d0f0 100644 --- a/Makefile +++ b/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