Skip to content

Latest commit

 

History

History
32 lines (20 loc) · 1.08 KB

README.md

File metadata and controls

32 lines (20 loc) · 1.08 KB

My personal Nix templates

This repository contains a list of Nix flakes templates that you can use with scratch: a tool to quickly scracth a new project.

Why ?

NixOS templates are great but too simple. They don't have:

  • templating options,
  • nightly rust template
  • deno template
  • ...

Getting started

Templates of this repository are designed to work with scratch, they won't work with nix flake init.

Files contains environment variables (e.g $VAR) that makes them unusable before substitution (with envsubst for example).

Configuration

Each templates define its own set of environment variables under the envVars attribute. Options are document in flake.nix

🌠 Show your support

Please give a ⭐ if this project helped you!

📜 License

MIT © Alexandre Negrel