This repository bundles together the Nix flake templates I use to quickly create cross-platform, reproducible development environments. It requires Nix installation, for example as provided by the Determinate Systems installer.
To list available templates:
nix flake show github:alexpearce/nix-flake-templates
To create a new directory from a template, for example a website
directory using the elixir-phoenix
template:
nix flake new --template github:alexpearce/nix-flake-templates#elixir-phoenix website