mirror of
https://github.com/dwinkler1/np.git
synced 2026-02-19 22:40:57 -05:00
Rebrading
This commit is contained in:
parent
e19f843e06
commit
2e8a70ce5f
4 changed files with 3 additions and 15 deletions
18
flake.nix
18
flake.nix
|
|
@ -2,21 +2,9 @@
|
||||||
description = "Project Templates";
|
description = "Project Templates";
|
||||||
outputs = {self}: {
|
outputs = {self}: {
|
||||||
templates = {
|
templates = {
|
||||||
n = {
|
rde = {
|
||||||
path = ./templates/n;
|
path = ./templates/rde;
|
||||||
description = "Minimal Development environment";
|
description = "Research 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";
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
defaultTemplate = self.templates.n;
|
defaultTemplate = self.templates.n;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue