NixOS: enclose disk variable in double quotes
Signed-off-by: Maurice Zhou <jasper@apvc.uk>
This commit is contained in:
committed by
George Melikov
parent
8a4b537f47
commit
6b8c308aad
@@ -9,7 +9,7 @@ System Configuration
|
|||||||
#. Enter ephemeral nix-shell with git support::
|
#. Enter ephemeral nix-shell with git support::
|
||||||
|
|
||||||
mkdir -p /mnt/etc/
|
mkdir -p /mnt/etc/
|
||||||
echo DISK=$DISK > ~/disk
|
echo DISK=\"$DISK\" > ~/disk
|
||||||
|
|
||||||
nix-shell -p git
|
nix-shell -p git
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user