Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 307 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 307 Bytes

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