https://github.com/uttarayan21/templates
Nix-flake templates
https://github.com/uttarayan21/templates
Last synced: about 2 months ago
JSON representation
Nix-flake templates
- Host: GitHub
- URL: https://github.com/uttarayan21/templates
- Owner: uttarayan21
- Created: 2024-03-28T14:12:56.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2025-03-05T09:55:27.000Z (2 months ago)
- Last Synced: 2025-03-20T06:46:05.825Z (about 2 months ago)
- Language: Nix
- Size: 47.9 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```