NixOS: enclose disk variable in double quotes

Signed-off-by: Maurice Zhou <jasper@apvc.uk>
This commit is contained in:
Maurice Zhou
2023-03-18 22:41:02 +01:00
committed by George Melikov
parent 8a4b537f47
commit 6b8c308aad

View File

@@ -9,7 +9,7 @@ System Configuration
#. Enter ephemeral nix-shell with git support::
mkdir -p /mnt/etc/
echo DISK=$DISK > ~/disk
echo DISK=\"$DISK\" > ~/disk
nix-shell -p git