From ea4739ab0b8dabcaeb5c6b1a4aa3aaa803aac748 Mon Sep 17 00:00:00 2001 From: coolneng Date: Sat, 21 May 2022 11:43:15 +0200 Subject: [PATCH] Replace --use-remote-sudo with sudo --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 723d67c..88e44b2 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ switch: - nixos-rebuild switch --flake . --use-remote-sudo + sudo nixos-rebuild switch --flake path://$(PWD)# update: nix flake update . --commit-lock-file