darwin revuild now needs sudo

This commit is contained in:
2025-05-30 13:24:24 +02:00
parent 1c20a73d19
commit e01a71ece0

View File

@@ -45,7 +45,7 @@
e = "nvim"; e = "nvim";
g = "lazygit"; g = "lazygit";
d = "lazydocker"; d = "lazydocker";
vai = "darwin-rebuild switch --flake ~/.config/nix-macos#${host.hostName}"; vai = "sudo darwin-rebuild switch --flake ~/.config/nix-macos#${host.hostName}";
p = "pnpm"; p = "pnpm";
px = "pnpm -s dlx"; px = "pnpm -s dlx";