/boot2nyan

A NixOS spin that boots to nyancat.

Primary LanguageNix

Boot2nyan

A NixOS spin that boots to nyancat.

Build

Enable flakes. For example, in your ~/.config/nix/nix.conf:

experimental-features = nix-command flakes
nix build

Run

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.

Pre-commit checks

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