Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/coastalwhite/nix-flake-templates
A set of Nix flake templates I use
https://github.com/coastalwhite/nix-flake-templates
Last synced: about 1 month ago
JSON representation
A set of Nix flake templates I use
- Host: GitHub
- URL: https://github.com/coastalwhite/nix-flake-templates
- Owner: coastalwhite
- License: mit
- Created: 2024-03-29T09:30:16.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-04-05T09:36:12.000Z (7 months ago)
- Last Synced: 2024-04-05T10:37:48.670Z (7 months ago)
- Language: Nix
- Homepage:
- Size: 3.91 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Nix Flake Templates
This is a set of Nix Flake templates I use during my work. This is based on [this article].
[this article]: https://peppe.rs/posts/novice_nix:_flake_templates/
## Usage
```bash
nix registry add coastalwhite github:coastalwhite/nix-flake-templates
```Then you can start a new layout with:
```bash
nix flake init -t coastalwhite#
# e.g.
nix flake init -t coastalwhite#polars-py
```