Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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.