Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bts/templates
A collection of nix flake templates
https://github.com/bts/templates
Last synced: 27 days ago
JSON representation
A collection of nix flake templates
- Host: GitHub
- URL: https://github.com/bts/templates
- Owner: bts
- Created: 2022-06-20T12:27:52.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-07-16T20:36:31.000Z (over 1 year ago)
- Last Synced: 2023-07-16T21:38:03.234Z (over 1 year ago)
- Language: Nix
- Size: 8.79 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# templates
A collection of [nix flake](https://serokell.io/blog/practical-nix-flakes) templates
## Using a template
With nix installed and `nix flake` enabled:
- `mkdir my-project`
- `cd my-project`
- `nix flake init -t github:bts/templates#haskell`
- Follow template-specific instructions that appear