modified: installer.nix
This commit is contained in:
+1
-1
@@ -72,7 +72,7 @@ fi
|
|||||||
mount /dev/disk/by-label/nixos /mnt
|
mount /dev/disk/by-label/nixos /mnt
|
||||||
mkdir -p /mnt/install-tmp
|
mkdir -p /mnt/install-tmp
|
||||||
export TMPDIR=/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
|
rm -rf /mnt/install-tmp
|
||||||
sleep 10
|
sleep 10
|
||||||
reboot
|
reboot
|
||||||
|
|||||||
Reference in New Issue
Block a user