this repo has no description
Nix 90.2%
Makefile 4.4%
Just 1.5%
Agda 1.2%
C++ 0.4%
Go 0.4%
Rust 0.2%
TypeScript 0.2%
Other 1.5%
15 1 0

Clone this repository

https://tangled.org/tgirl.cloud/nix-templates https://tangled.org/did:plc:msjw2c6vob56zkr3zx7nt6wc/nix-templates
git@knot.tangled.wizardry.systems:tgirl.cloud/nix-templates git@knot.tangled.wizardry.systems:did:plc:msjw2c6vob56zkr3zx7nt6wc/nix-templates

For self-hosted knots, clone URLs may differ based on your setup.

Download tar.gz
README.md

Nix Templates#

A collection of nix templates to get your started with your next project quickly.

These templates are very opinionated, just check the flake-utils template to see how.

Usage#

To initialize a new project with the template

nix flake init -t github:tgirlcloud/nix-templates#<template>

To create a new project in the specified directory

nix flake new -t github:tgirlcloud/nix-templates#<template> <out dir>