A NixOS spin that boots to nyancat
.
Enable flakes. For example, in your ~/.config/nix/nix.conf
:
experimental-features = nix-command flakes
nix build
You can boot the image in qemu:
qemu-system-x86_64 -m 1024 -cdrom result/iso/nixos.iso
You can dd
it to a USB stick and boot on metal.
This repository is configured with pre-commit checks to enforce consistent style and other things. Make sure to install the hooks before committing.
pre-commit install --install-hooks