blueprint is an opinionated library that maps a standard folder structure to flake outputs, allowing you to divide up your flake into individual files across these folders.
Support for:
- NixOS
- default RFC166 nix formatter with
nix fmt - supports overridable systems with nix-systems.
- automatic flake checks from packages and NixOS configurations.
- Install Nix or use NixOS.
- Run
mkdir my-project && cd my-project - Run
nix flake init -t github:philiptaron/blueprint