https://github.com/rencire/flake-templates
Collection of templates for new flake projects
https://github.com/rencire/flake-templates
flakelight nix nix-flake nodejs rust tauri template
Last synced: 9 months ago
JSON representation
Collection of templates for new flake projects
- Host: GitHub
- URL: https://github.com/rencire/flake-templates
- Owner: rencire
- License: agpl-3.0
- Created: 2022-05-18T23:20:17.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2025-06-08T05:28:10.000Z (about 1 year ago)
- Last Synced: 2025-06-08T06:25:57.276Z (about 1 year ago)
- Topics: flakelight, nix, nix-flake, nodejs, rust, tauri, template
- Language: Nix
- Homepage:
- Size: 39.1 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Flake Templates
## About
This is my personal collection of flake templates.
## Usage
Examples:
Initialize new flake project folder with "minimal" template:
```
nix flake new -t github:rencire/flake-templates/main#minimal my_project
```
Add flake template to existing project folder:
```
cd my_project
nix flake init -t github:rencire/flake-templates/main#minimal
```
## Notes
- Most (if not all) templates leverage the [`flakelight`](https://github.com/nix-community/flakelight) framework.
- Each template is [`direnv`](https://github.com/direnv/direnv)-aware