From bd859dcd292255806b5cdd6219ac064ecc1096d1 Mon Sep 17 00:00:00 2001 From: Claas Date: Sun, 22 Sep 2024 20:27:52 +0200 Subject: [PATCH] Did not mean to escape that --- bootstrap.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bootstrap.sh b/bootstrap.sh index 3fdd004..a86e8f0 100755 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -33,4 +33,4 @@ echo "Installing nix-darwin" SCRIPT_DIRECTORY=$( cd -- "$( dirname -- "${BASH_SOURCE[0]}" )" &> /dev/null && pwd ) nix run nix-darwin -- switch --flake $SCRIPT_DIRECTORY -echo "`darwin-rebuild switch --flake $SCRIPT_DIRECTORY` should not work" +echo "darwin-rebuild switch --flake $SCRIPT_DIRECTORY should now work" -- 2.51.2