Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/anntnzrb/nix-templates
- Owner: anntnzrb
- Created: 2024-02-19T18:23:19.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-10-29T08:13:37.000Z (19 days ago)
- Last Synced: 2024-10-29T09:30:36.063Z (19 days ago)
- Topics: nix, template
- Language: Nix
- Homepage:
- Size: 133 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```