No description
Find a file
2026-05-14 19:19:05 -05:00
templates feat(rust): fix overlay 2026-05-14 19:19:05 -05:00
.envrc feat: add .envrc and .gitignore; enhance flake.nix with SSH agent support 2025-12-14 23:33:39 -07:00
.gitignore feat: add .envrc and .gitignore; enhance flake.nix with SSH agent support 2025-12-14 23:33:39 -07:00
flake.lock Initial commit 🚀 🐒 2025-12-08 18:48:23 -07:00
flake.nix fix: update descriptions and clean up SSH agent code in flake.nix templates 2025-12-15 00:00:51 -07:00
Justfile Initial commit 🚀 🐒 2025-12-08 18:48:23 -07:00
README.md Initial commit 🚀 🐒 2025-12-08 18:48:23 -07:00

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 boilerplate
  • rust: Base template for any rust project
  • cargo-workspace: New workspace for a rust project
  • haskell: Basic haskell project
  • zensical: 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]