/nix-templates

My nix templates

Primary LanguageNix

❄️ nix-templates

Installation

Create a flake in the current directory from nix-templates#webdev template:

nix flake init -t github:jonathandion/nix-templates#webdev

Create a flake in the specified directory from nix-templates#webdev template:

nix flake new myAwesomeProject -t github:jonathandion/nix-templates#webdev

to save the registry:

nix registry add jdion github:jonathandion/nix-templates

nix flake init -t jdion#webdev