From 985ab1180839a6bac6d40e0d660f53e206395443 Mon Sep 17 00:00:00 2001 From: a-kenji Date: Fri, 8 Nov 2024 13:07:19 +0100 Subject: [PATCH] flake/templates: Add minimal-flake-parts template --- templates/flake.nix | 4 ++++ 1 file changed, 4 insertions(+) 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;