Skip to content

Getting Started

The easiest way to get started is by using the template in a new project:

Terminal window
❯ nix flake init -t github:kolloch/n2c-mod

This is a battery included template, so after importing you get

  • a flake.nix:
  • sample image definitions in ./flake-modules/images,
  • a pre-filled .gitignore, and
  • .envrc for direnv.

Simply prune away what you don’t want.