No description
- Nix 97%
- Haskell 3%
| elixir | ||
| erlang | ||
| go | ||
| haskell | ||
| haskell-flake | ||
| java | ||
| mcp/postgres | ||
| nodejs | ||
| ocaml | ||
| python | ||
| rust | ||
| rust-stable | ||
| tex | ||
| .gitignore | ||
| flake.nix | ||
| LICENSE | ||
| README.md | ||
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