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

https://github.com/dotboris/nix-templates

Personal templates for nix flakes
https://github.com/dotboris/nix-templates

nix nix-flake nix-template

Last synced: 5 months ago
JSON representation

Personal templates for nix flakes

Awesome Lists containing this project

README

          

# Nix Templates

A collection of nix templates for my person use.

## Templates

### Simple flake (default)

Sets up a formatter and an empty multi-system dev shell.

```sh
nix flake init -t github:dotboris/nix-templates
nix flake update
```