Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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: about 1 month ago
JSON representation

Nix flake templates managed by the community [maintainer=@IogaMaster]

Awesome Lists containing this project

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#
```