From 73aae35a597b6ff04a0956f78707d53e1af071fd Mon Sep 17 00:00:00 2001 From: coolneng Date: Tue, 26 Apr 2022 13:12:01 +0200 Subject: [PATCH] Change switch target command due to git regression --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 695a4f7..9b54ac6 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ switch: - sudo nixos-rebuild switch --flake . + nixos-rebuild switch --flake . --use-remote-sudo update: nix flake update .