From 5b7249a7e3f2ae559042ebbf14102febcb978180 Mon Sep 17 00:00:00 2001 From: Harald Hoyer Date: Fri, 19 Jul 2024 13:39:45 +0200 Subject: [PATCH] chore: Update darwin-rebuild command in README Replace the old command with an updated one in the README.md file, removing the `--use-remote-sudo` option. This should help users to effectively utilize the 'darwin-rebuild' functionality accurately. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3274c0e..c30c24d 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ $ nixos-rebuild --use-remote-sudo -L --show-trace --refresh --flake git+https:// on darwin ```bash -$ darwin-rebuild --use-remote-sudo -L --show-trace --refresh --flake git+https://git.hoyer.xyz/harald/nixcfg switch +$ darwin-rebuild -L --show-trace --refresh --flake git+https://git.hoyer.xyz/harald/nixcfg switch ```