Finicking with a NixOS VM as replacement for my development environment. Probably only useful to me. If you find this useful we should be friends.
- Install Parallels on your Apple Silicon Mac.
- Create a VM called "Dev" and boot it using an
aarch64
NixOS ISO. - Set the
root
password toroot
by runningsudo su -
andpasswd
from within the VM. - Run
make bootstrap
from your Mac to get the VM setup with a base NixOS installation. - Once rebooted, run
make configure
from your Mac to get the VM set up with my personal configuration. - Clone this repository into the VM and tweak away. Give your changes a try
with
make test
, finalize withmake switch
.