Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/buntec/flake-templates
A collection of nix flake templates
https://github.com/buntec/flake-templates
Last synced: 9 days ago
JSON representation
A collection of nix flake templates
- Host: GitHub
- URL: https://github.com/buntec/flake-templates
- Owner: buntec
- License: mit
- Created: 2023-10-07T12:17:18.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-04T18:37:35.000Z (about 1 year ago)
- Last Synced: 2024-10-29T20:50:41.559Z (about 2 months ago)
- Language: Nix
- Size: 13.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# flake-templates
A collection of nix flake templates
To show a list of available templates:
```shell
nix flake show github:buntec/flake-templates --refresh
```To create a new project from a template:
```shell
nix flake new -t github:buntec/flake-templates#scala-cli-app ./my-new-project --refresh
```# Notes
It is recommended to add `--refresh` to the commands above to ensure you always get the latest version.