Skip to content

Commit 2e8a70c

Browse files
committed
Rebrading
1 parent e19f843 commit 2e8a70c

4 files changed

Lines changed: 3 additions & 15 deletions

File tree

flake.nix

Lines changed: 3 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -2,21 +2,9 @@
22
description = "Project Templates";
33
outputs = {self}: {
44
templates = {
5-
n = {
6-
path = ./templates/n;
7-
description = "Minimal Development environment";
8-
};
9-
r = {
10-
path = ./templates/r;
11-
description = "R development environment";
12-
};
13-
sci = {
14-
path = ./templates/sci;
15-
description = "Scientific computing environment (Julia, Python, R)";
16-
};
17-
sci_minimal = {
18-
path = ./templates/sci_minimal;
19-
description = "Scientific computing environment (Julia, Python, R) without folder structure";
5+
rde = {
6+
path = ./templates/rde;
7+
description = "Research Development Environment";
208
};
219
};
2210
defaultTemplate = self.templates.n;
File renamed without changes.

0 commit comments

Comments
 (0)