Rebrading

This commit is contained in:
Daniel Winkler 2025-08-28 21:21:26 +10:00
commit 2e8a70ce5f
4 changed files with 3 additions and 15 deletions

View file

@ -2,21 +2,9 @@
description = "Project Templates";
outputs = {self}: {
templates = {
n = {
path = ./templates/n;
description = "Minimal Development environment";
};
r = {
path = ./templates/r;
description = "R development environment";
};
sci = {
path = ./templates/sci;
description = "Scientific computing environment (Julia, Python, R)";
};
sci_minimal = {
path = ./templates/sci_minimal;
description = "Scientific computing environment (Julia, Python, R) without folder structure";
rde = {
path = ./templates/rde;
description = "Research Development Environment";
};
};
defaultTemplate = self.templates.n;