mirror of
https://github.com/cupcakearmy/nix-macos.git
synced 2025-09-05 18:30:39 +00:00
darwin revuild now needs sudo
This commit is contained in:
@@ -45,7 +45,7 @@
|
||||
e = "nvim";
|
||||
g = "lazygit";
|
||||
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";
|
||||
px = "pnpm -s dlx";
|
||||
|
Reference in New Issue
Block a user