A collection of Nix Flake Templates
Initialize using
nix flake init --template "github:nulladmin1/nix-flake-templates#${LANG}"
Where ${LANG}
is the supported language:
Language | Subdirectory | Documentation |
---|---|---|
Default | default | default |
Python (using poetry2nix ) |
python-poetry | README |
Go (using gomod2nix |
go-gomod2nix | README |
Rust (using fenix and naersk ) |
rust-fenix-naersk | README |
C++ (using CMake ) |
cpp-cmake | README |