From ae8f97a15c724bc70ea5e788ee50d35d924d1bcd Mon Sep 17 00:00:00 2001 From: voidarc Date: Wed, 3 Jun 2026 20:22:44 +0100 Subject: [PATCH] fixed shortcomings :P --- flake.nix | 6 ++++++ 1 file changed, 6 insertions(+) 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;