Skip to content

bitbloxhub/flake-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bitbloxhub’s flake template

A flake template that uses:

  • flake-parts to apply the NixOS module system to flakes.
  • flake-file for generating the flake.nix.
  • import-tree to simplify importing files. Also has npins compat!
  • treefmt-nix for formatting with src_bash{nix fmt}.
  • make-shell to merge devshell definitions from multiple files with the NixOS module system.
  • flint to check your flake inputs for duplicates.
  • nixfmt, deadnix, and statix for linting and formatting your Nix code.
  • typos for spell checking code.

Usage

nix flake init -t github:bitbloxhub/flake-template
git init
git add .
direnv allow

Then you can put flake-parts modules in nix/.

About

My personal flake template. Feel free to use elsewhere!

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors