Added missing mkdir in install script
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
2559cba6ff
commit
3353717da7
@ -44,6 +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"
|
||||||
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