diff --git a/templates/flake.nix b/templates/flake.nix index 4ae824fa4..aa89d5e9d 100644 --- a/templates/flake.nix +++ b/templates/flake.nix @@ -15,6 +15,10 @@ description = "Flake-parts"; path = ./flake-parts; }; + minimal-flake-parts = { + description = "Minimal flake-parts clan template"; + path = ./minimal-flake-parts; + }; machineTemplates = { description = "Machine templates"; path = ./machineTemplates;