Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/anntnzrb/nix-templates

Collection of nix templates
https://github.com/anntnzrb/nix-templates

nix template

Last synced: about 5 hours ago
JSON representation

Collection of nix templates

Awesome Lists containing this project

README

        

# annt's Templates for Nix

Collection of templates for Nix.

Contains both personal templates I have created myself, and templates I have
found useful from other sources. This is highly tailored to my own use cases,
but perhaps it is useful or inspiring to others as well.

## Usage

- Show all available templates:
```sh
nix flake show github:anntnzrb/nix-templates
```

- Use a template:
```sh
nix flake new -t github:anntnzrb/nix-templates#

# e.g.
nix flake new -t github:anntnzrb/nix-templates#haskell some-haskell-project
```