From 19b64bed1e31489de83f0c7d1b0ec1e77e3f7c49 Mon Sep 17 00:00:00 2001 From: seth Date: Wed, 16 Oct 2024 21:18:46 -0400 Subject: templates: cleanup --- flake.nix | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'flake.nix') diff --git a/flake.nix b/flake.nix index 41d61a1..8d078c3 100644 --- a/flake.nix +++ b/flake.nix @@ -63,9 +63,8 @@ }; in lib.mapAttrs toTemplate { - basic = "Minimal boilerplate for my Flakes"; - full = "Big template for complex Flakes (using flake-parts)"; - nixos = "minimal boilerplate for a Flake-based NixOS configuration"; + standard = "Minimal boilerplate for my Flakes"; + nixos = "Minimal boilerplate for a Flake-based NixOS configuration"; }; }; } -- cgit v1.2.3