https://github.com/dhl/flakes
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/dhl/flakes
- Owner: dhl
- Created: 2023-11-09T16:09:27.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-11-10T14:12:36.000Z (over 2 years ago)
- Last Synced: 2024-12-28T19:47:52.582Z (over 1 year ago)
- Language: Nix
- Size: 1000 Bytes
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```