Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
```