This commit is contained in:
Daniel Winkler 2025-05-15 10:54:13 +02:00
commit 23bc9e5942
No known key found for this signature in database

View file

@ -1,14 +1,13 @@
{
description = "Project Templates";
outputs = {self}:
{ ... }:
{
{
templates = {
r = {
path = ./templates/r;
description = "R development environment";
};
};
defaultTemplate = self.templates.r;
defaultTemplate = self.templates.r;
};
}