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

https://github.com/uttarayan21/templates

Nix-flake templates
https://github.com/uttarayan21/templates

Last synced: about 2 months ago
JSON representation

Nix-flake templates

Awesome Lists containing this project

README

        

# Rust Flake Template

For initializing a rust crate ( with main )
```sh
nix flake init -t github:uttarayan21/templates#rust.crate
```
For initializing a rust lib
```sh
nix flake init -t github:uttarayan21/templates#rust.lib
```