https://github.com/cidem/nix-templates
A collection of Nix templates that I use on a regular basis.
https://github.com/cidem/nix-templates
nix nix-flake
Last synced: 8 months ago
JSON representation
A collection of Nix templates that I use on a regular basis.
- Host: GitHub
- URL: https://github.com/cidem/nix-templates
- Owner: cideM
- License: agpl-3.0
- Created: 2021-10-14T14:25:14.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-11-30T21:48:43.000Z (over 1 year ago)
- Last Synced: 2024-12-27T19:15:36.024Z (over 1 year ago)
- Topics: nix, nix-flake
- Language: Nix
- Homepage:
- Size: 54.7 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Quick Start
For documentation on the templates in this repository run:
```shell
$ nix flake show github:cidem/nix-templates
github:cidem/nix-templates/b4c871b91c8f20d24b984d4fe5cc0074cc38bf21
└───templates
├───go: template: Nix Flake with the Go tools where building is not handled by Nix
├───haskell: template: Simple Nix Flake for a Haskell project
└───unstable-utils: template: Nix Flake template using the 'nixpkgs-unstable' branch and 'flake-utils'
```