diff --git a/flake.nix b/flake.nix index a685b32..79fd36d 100644 --- a/flake.nix +++ b/flake.nix @@ -5,6 +5,12 @@ { self }: { templates = { + default = self.templates.shell; + + shell = { + path = ./shell; + description = "A base devshell to build off of"; + }; rust = { path = ./rust;