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

https://github.com/dhl/flakes


https://github.com/dhl/flakes

Last synced: 7 months ago
JSON representation

Awesome Lists containing this project

README

          

# Nix templates

Templates are there to help you start your Nix project.

```console
$ nix flake init -t github:dhl/flakes#rust
```

or

```console
$ nix flake new -t github:dhl/flakes#rust ./my-new-project
```