diff --git a/flake.nix b/flake.nix index cd2ab9a..6c1fd89 100644 --- a/flake.nix +++ b/flake.nix @@ -96,6 +96,11 @@ { templates = rec { + bun = { + path = ./bun; + description = "Bun development environment"; + }; + c-cpp = { path = ./c-cpp; description = "C/C++ development environment";