/templates

A collection of nix flake templates

Primary LanguageNix

templates

A collection of nix flake templates

Using a template

With nix installed and nix flake enabled:

  • mkdir my-project
  • cd my-project
  • nix flake init -t github:bts/templates#haskell
  • Follow template-specific instructions that appear