From c4b14d3f83da06fe4a31167d04a641d6757fa66e Mon Sep 17 00:00:00 2001 From: beatzaplenty Date: Mon, 21 Jul 2025 18:46:32 +1000 Subject: [PATCH] modified: installer.nix --- installer.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installer.nix b/installer.nix index b87a050..6f2631b 100644 --- a/installer.nix +++ b/installer.nix @@ -72,7 +72,7 @@ fi mount /dev/disk/by-label/nixos /mnt mkdir -p /mnt/install-tmp export TMPDIR=/mnt/install-tmp - nixos-install --flake "${FLAKE_BASE_URL}#${choice}" --no-root-password --no-write-lock-file + nixos-install --flake "''${FLAKE_BASE_URL}#''${choice}" --no-root-password --no-write-lock-file rm -rf /mnt/install-tmp sleep 10 reboot