diff --git a/flake.nix b/flake.nix index 7a918365..0703c53c 100644 --- a/flake.nix +++ b/flake.nix @@ -4,10 +4,14 @@ outputs = { self, ... }: { templates = { - devenv-uv = { + devenv-uv = { path = ./nix/template.d/devenv-uv; description = "devenv template with uv"; }; + devenv-node = { + path = ./nix/template.d/devenv-node; + description = "devenv template with node and pnpm"; + }; }; }; } diff --git a/nix/template.d/devenv-pnpm/flake.lock b/nix/template.d/devenv-node/flake.lock similarity index 100% rename from nix/template.d/devenv-pnpm/flake.lock rename to nix/template.d/devenv-node/flake.lock diff --git a/nix/template.d/devenv-pnpm/flake.nix b/nix/template.d/devenv-node/flake.nix similarity index 100% rename from nix/template.d/devenv-pnpm/flake.nix rename to nix/template.d/devenv-node/flake.nix