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 }:
{
templates = {
default = self.templates.shell;
shell = {
path = ./shell;
description = "A base devshell to build off of";
};
rust = {
path = ./rust;