https://github.com/vdbe/nix-templates
My nix templates
https://github.com/vdbe/nix-templates
Last synced: about 1 year ago
JSON representation
My nix templates
- Host: GitHub
- URL: https://github.com/vdbe/nix-templates
- Owner: vdbe
- Created: 2024-02-24T13:03:36.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-02T14:26:57.000Z (about 2 years ago)
- Last Synced: 2025-01-21T07:24:11.718Z (over 1 year ago)
- Language: Nix
- Size: 14.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# My Nix Templates
## Usage
Replace `` with the name of the language template you would like to use.
```sh
mkdir project && cd project
nix flake init -t github:vdbe/nix-templates#
```