fixed shortcomings :P

This commit is contained in:
2026-06-03 20:22:44 +01:00
parent 0bfd4cfbd8
commit ae8f97a15c

View File

@@ -5,6 +5,12 @@
{ self }: { self }:
{ {
templates = { templates = {
default = self.templates.shell;
shell = {
path = ./shell;
description = "A base devshell to build off of";
};
rust = { rust = {
path = ./rust; path = ./rust;