No description
  • Nix 97%
  • Haskell 3%
Find a file
2026-06-08 12:49:56 +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 In the beginning there was nothing, which exploded. 2026-06-08 12:12:00 +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