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%
Find a file
IogaMaster f7c00bd957
fix: nextjs flake
nodepackages does not exist
2026-05-30 14:38:40 -06:00
.github Add workflow to check all flakes. 2023-07-14 11:01:16 -06:00
c chore: formatting 2026-05-30 14:33:48 -06:00
empty chore: formatting 2026-05-30 14:33:48 -06:00
flutter chore: formatting 2026-05-30 14:33:48 -06:00
gleam chore: formatting 2026-05-30 14:33:48 -06:00
go chore: formatting 2026-05-30 14:33:48 -06:00
haskell chore: formatting 2026-05-30 14:33:48 -06:00
java chore: formatting 2026-05-30 14:33:48 -06:00
julia chore: formatting 2026-05-30 14:33:48 -06:00
nextjs fix: nextjs flake 2026-05-30 14:38:40 -06:00
ocaml chore: formatting 2026-05-30 14:33:48 -06:00
python fix: update python version 2026-05-30 14:34:19 -06:00
rust chore: formatting 2026-05-30 14:33:48 -06:00
zig chore: formatting 2026-05-30 14:33:48 -06:00
.gitignore step: improve the python template 2023-11-29 11:16:00 -07:00
flake.nix chore: formatting 2026-05-30 14:33:48 -06:00
LICENSE Initial commit 2022-02-01 20:26:17 +01:00
README.md Updates 2023-07-03 21:55:45 -06:00

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>