Nix flake templates managed by the community
- Nix 77.7%
- Zig 11.4%
- Makefile 5.4%
- Dune 2.7%
- Gleam 1.1%
- Other 1.6%
|
|
||
|---|---|---|
| .github | ||
| c | ||
| empty | ||
| flutter | ||
| gleam | ||
| go | ||
| haskell | ||
| java | ||
| julia | ||
| nextjs | ||
| ocaml | ||
| python | ||
| rust | ||
| zig | ||
| .gitignore | ||
| flake.nix | ||
| LICENSE | ||
| README.md | ||
Nix Community Templates
A collection of basic templates. Using flake-utils.
Usage
Replace <template> with the name of the language template you would like to use.
mkdir project && cd project
nix flake init -t github:nix-community/templates#<template>