Skip to content

Latest commit

 

History

History
27 lines (21 loc) · 2.05 KB

README.md

File metadata and controls

27 lines (21 loc) · 2.05 KB

Nix Flake Templates

built with nix forthebadge

A collection of Nix Flake Templates

Initialize using

nix flake init --template "github:nulladmin1/nix-flake-templates#${TYPE}"

Where ${TYPE} is the supported type of template:

Type Subdirectory Documentation
Default default default
Nixpkgs nixpkgs README
Python (using poetry2nix) python-poetry README
Python (using pyproject-nix) python-pyproject-nix README
Python (using builtin Nix builders) python-nix README
Python (using uv2nix) python-uv README
Go (using builtin Nix builders) go-nix README
Go (using gomod2nix go-gomod2nix README
Rust (using fenix and naersk) rust-fenix-naersk README
C++ (using CMake) cpp-cmake README
Flutter (using Nix builders) flutter-nix README