Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/smasher164/nix-templates
https://github.com/smasher164/nix-templates
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/smasher164/nix-templates
- Owner: smasher164
- License: mit
- Created: 2022-03-25T05:07:12.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-12-27T07:32:49.000Z (about 1 year ago)
- Last Synced: 2023-12-27T08:31:09.005Z (about 1 year ago)
- Language: Nix
- Size: 3.91 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# nix-templates
For a given template named ``, run
```
$ nix flake init -t github:smasher164/nix-templates#
```
For example, if you run
```
$ nix flake init -t github:smasher164/nix-templates#ocaml5
```
in a directory, it'll place the ocaml flake in there.