From e64a6a98fbb376c4152de52908251e5134979641 Mon Sep 17 00:00:00 2001 From: Stefan Ellmauthaler Date: Mon, 22 Aug 2022 11:06:38 +0200 Subject: [PATCH] Rename basic template --- flake.nix | 2 +- templates/{basic_tools => base}/.envrc | 0 templates/{basic_tools => base}/flake.nix | 0 3 files changed, 1 insertion(+), 1 deletion(-) rename templates/{basic_tools => base}/.envrc (100%) rename templates/{basic_tools => base}/flake.nix (100%) 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