No description
| templates | ||
| .envrc | ||
| .gitignore | ||
| flake.lock | ||
| flake.nix | ||
| Justfile | ||
| README.md | ||
Nix Flake Templates
This project contains my templates for different types of projects.
Included so far:
devshell-base: Just an empty devshell to avoid having to type boilerplaterust: Base template for any rust projectcargo-workspace: New workspace for a rust projecthaskell: Basic haskell projectzensical: New documentation site using the zensical static site generator.nuxt-started: Nuxt app starter kit with auth and db set up
Usage
nix flake init -t github:javif89/flakes#[template name]