Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/nesto-software/nix-templates

Public Nix templates to nixify projects faster
https://github.com/nesto-software/nix-templates

Last synced: 8 days ago
JSON representation

Public Nix templates to nixify projects faster

Awesome Lists containing this project

README

        

# nix-templates
This repo ships public Nix templates to nixify our projects faster.

## Usage (Nesto-NixOS only)

`nix flake init -t nesto-nix-templates && chmod u+x .envrc`

## Usage (general)

`nix flake init -t github:/nesto-software/nix-templates && chmod u+x .envrc`

## TODO

- Find out why executable bit is being reset for `.envrc` file.