mirror of
https://github.com/NixOS/templates.git
synced 2026-01-14 02:08:25 +01:00
Flake templates
|
|
||
|---|---|---|
| bash-hello | ||
| c-hello | ||
| compat | ||
| full | ||
| go-hello | ||
| haskell-hello | ||
| hercules-ci | ||
| pandoc-xelatex | ||
| python | ||
| rust | ||
| rust-web-server | ||
| simple-container | ||
| trivial | ||
| flake.nix | ||
| README.md | ||
NixOS/templates
A repository for generating Nix Flake for projects in different languages.
Examples
Create a flake based on the Rust template
nix flake init -t github:NixOS/templates#rust
Create a flake based on the Python template
nix flake init -t github:NixOS/templates#python