From 408745c511967627781fe9895096998bdc8f86c1 Mon Sep 17 00:00:00 2001 From: Christine Elisabeth Koppel Date: Sat, 7 Feb 2026 23:04:46 +0100 Subject: [PATCH] Typo during copying. --- nix-system-configs/modules/scripts/pull.zsh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nix-system-configs/modules/scripts/pull.zsh b/nix-system-configs/modules/scripts/pull.zsh index f31829b..234e66e 100644 --- a/nix-system-configs/modules/scripts/pull.zsh +++ b/nix-system-configs/modules/scripts/pull.zsh @@ -138,7 +138,7 @@ else fi # Step 2.2: Sync system_scripts directory -SYSTEM_SCRIPT_DIR="${SCRIPT_DIR}/../../system_scripts" +SYSTEM_SCRIPT_DIR="${SCRIPT_DIR}/../system_scripts" SYSTEM_SCRIPT_TARGET="/etc/nixos/system_scripts" if [[ -d "$SECRETS_DIR" ]]; then