https://github.com/dotboris/nix-templates
Personal templates for nix flakes
https://github.com/dotboris/nix-templates
nix nix-flake nix-template
Last synced: 5 months ago
JSON representation
Personal templates for nix flakes
- Host: GitHub
- URL: https://github.com/dotboris/nix-templates
- Owner: dotboris
- License: mit
- Created: 2023-07-21T20:45:38.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2025-09-20T05:29:53.000Z (10 months ago)
- Last Synced: 2025-09-20T07:15:48.315Z (10 months ago)
- Topics: nix, nix-flake, nix-template
- Language: Nix
- Homepage:
- Size: 21.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Nix Templates
A collection of nix templates for my person use.
## Templates
### Simple flake (default)
Sets up a formatter and an empty multi-system dev shell.
```sh
nix flake init -t github:dotboris/nix-templates
nix flake update
```