forked from M-Labs/defenestrate
faster git install
This commit is contained in:
parent
046dd6a63f
commit
69e02ab490
2
README
2
README
|
@ -11,7 +11,7 @@ mkdir -p /mnt/boot
|
||||||
mount /dev/disk/by-label/boot /mnt/boot
|
mount /dev/disk/by-label/boot /mnt/boot
|
||||||
nixos-generate-config --root /mnt
|
nixos-generate-config --root /mnt
|
||||||
# copy configuration to /mnt/etc/nixos
|
# copy configuration to /mnt/etc/nixos
|
||||||
nix-env -i git
|
nix-env -iA nixos.git
|
||||||
nixos-install --flake /mnt/etc/nixos#artiq
|
nixos-install --flake /mnt/etc/nixos#artiq
|
||||||
reboot
|
reboot
|
||||||
# run memtest86
|
# run memtest86
|
||||||
|
|
Loading…
Reference in New Issue