diff --git a/flake.nix b/flake.nix index da178c9..b94c5fd 100644 --- a/flake.nix +++ b/flake.nix @@ -159,7 +159,7 @@ }; templates = discoverTemplates ./templates { - basic_tool = { + base = { description = "Basic setup of tools in nixpkgs/unstable"; welcomeText = "Change into the folder and add the wanted packages to the buildInputs"; }; diff --git a/templates/basic_tools/.envrc b/templates/base/.envrc similarity index 100% rename from templates/basic_tools/.envrc rename to templates/base/.envrc diff --git a/templates/basic_tools/flake.nix b/templates/base/flake.nix similarity index 100% rename from templates/basic_tools/flake.nix rename to templates/base/flake.nix