No description
  • Nix 96.9%
  • Haskell 3.1%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
ma3s7r0 8442a00d97 rust template: track fenix stable instead of pinned 1.86.0
The pinned toolchain is too old for current crates (e.g. rmcp's
darling dependency requires rustc >=1.88). Track fenix's rolling
stable channel instead of hand-pinning a version+sha256 that goes
stale.
2026-08-07 16:08:26 +02:00
elixir In the beginning there was nothing, which exploded. 2026-06-08 12:12:00 +02:00
erlang In the beginning there was nothing, which exploded. 2026-06-08 12:12:00 +02:00
go In the beginning there was nothing, which exploded. 2026-06-08 12:12:00 +02:00
haskell In the beginning there was nothing, which exploded. 2026-06-08 12:12:00 +02:00
haskell-flake In the beginning there was nothing, which exploded. 2026-06-08 12:12:00 +02:00
java Fix java flake to use new input 2026-06-08 12:38:45 +02:00
mcp/postgres In the beginning there was nothing, which exploded. 2026-06-08 12:12:00 +02:00
nodejs Update nodejs 2026-06-08 12:49:56 +02:00
ocaml In the beginning there was nothing, which exploded. 2026-06-08 12:12:00 +02:00
python In the beginning there was nothing, which exploded. 2026-06-08 12:12:00 +02:00
rust rust template: track fenix stable instead of pinned 1.86.0 2026-08-07 16:08:26 +02:00
rust-stable In the beginning there was nothing, which exploded. 2026-06-08 12:12:00 +02:00
tex In the beginning there was nothing, which exploded. 2026-06-08 12:12:00 +02:00
.gitignore In the beginning there was nothing, which exploded. 2026-06-08 12:12:00 +02:00
flake.nix In the beginning there was nothing, which exploded. 2026-06-08 12:12:00 +02:00
LICENSE In the beginning there was nothing, which exploded. 2026-06-08 12:12:00 +02:00
README.md Fix java flake to use new input 2026-06-08 12:38:45 +02:00

Nix Project Flakes

A collection of Nix flakes.

Usage

Locally:

nix flake new --refreshx --template ./path-to-here#template-name ./output-path

More specific via Git:

nix flake new --refresh --template git+https://git.cl12.de/ma3s7r0/nix-flake-templates#TEMPLATE-NAME ./path

To force using a recently updated version, get the git-rev of the most recent commit and do:

nix flake new --template git+https://git.cl12.de/ma3s7r0/nix-flake-templates?rev=$RECENT_REV#TEMPLATE-NAME ./path