Skip to content

philiptaron/blueprint

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

148 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

blueprint

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.

Features

Support for:

  • NixOS
  • default RFC166 nix formatter with nix fmt
  • supports overridable systems with nix-systems.
  • automatic flake checks from packages and NixOS configurations.

Quickstart

  1. Install Nix or use NixOS.
  2. Run mkdir my-project && cd my-project
  3. Run nix flake init -t github:philiptaron/blueprint

About

Standard folder structure for Nix projects

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Nix 99.2%
  • Shell 0.8%