Corrected mkdir command
Some checks failed
NixOS Configuration Check / nixos-check (push) Failing after 22s
Some checks failed
NixOS Configuration Check / nixos-check (push) Failing after 22s
This commit is contained in:
parent
3353717da7
commit
1954beb8cc
@ -44,7 +44,7 @@ mkdir -p "$MOUNT_POINT/boot"
|
|||||||
mount "$EFI_PART" "$MOUNT_POINT/boot"
|
mount "$EFI_PART" "$MOUNT_POINT/boot"
|
||||||
|
|
||||||
# 7. Clone your NixOS config
|
# 7. Clone your NixOS config
|
||||||
mkdir "$MOUNT_POINT/etc/nixos"
|
mkdir -p "$MOUNT_POINT/etc/nixos"
|
||||||
git clone "$REPO_URL" "$MOUNT_POINT/etc/nixos"
|
git clone "$REPO_URL" "$MOUNT_POINT/etc/nixos"
|
||||||
|
|
||||||
# 8. Install NixOS
|
# 8. Install NixOS
|
||||||
|
Loading…
x
Reference in New Issue
Block a user