Skip to content

Latest commit

 

History

History
14 lines (8 loc) · 345 Bytes

README.md

File metadata and controls

14 lines (8 loc) · 345 Bytes

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.