https://github.com/nix-community/templates
Nix flake templates managed by the community [maintainer=@IogaMaster]
https://github.com/nix-community/templates
flake nix nix-community template
Last synced: 11 months ago
JSON representation
Nix flake templates managed by the community [maintainer=@IogaMaster]
- Host: GitHub
- URL: https://github.com/nix-community/templates
- Owner: nix-community
- License: mit
- Created: 2022-02-01T19:26:15.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-12-22T19:58:34.000Z (over 1 year ago)
- Last Synced: 2025-07-27T06:00:51.958Z (11 months ago)
- Topics: flake, nix, nix-community, template
- Language: Nix
- Homepage:
- Size: 50.8 KB
- Stars: 95
- Watchers: 5
- Forks: 11
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome - nix-community/templates
- best-of-nix - GitHub
- awesome-nix - templates - Project templates for many languages using Nix flakes. (Development / Discovery)
README
# Nix Community Templates
A collection of basic templates.
Using [flake-utils](https://github.com/numtide/flake-utils).
## Usage
Replace `` with the name of the language template you would like to use.
```sh
mkdir project && cd project
nix flake init -t github:nix-community/templates#
```