mirror of
https://github.com/dwinkler1/np.git
synced 2026-02-19 22:40:57 -05:00
added template to flake
This commit is contained in:
parent
0fed260fa5
commit
6b93535b24
1 changed files with 6 additions and 3 deletions
|
|
@ -1,8 +1,11 @@
|
||||||
{
|
{
|
||||||
description = "Project Templates";
|
description = "Project Templates";
|
||||||
outputs = {self}:
|
outputs = {self}: {
|
||||||
{
|
|
||||||
templates = {
|
templates = {
|
||||||
|
n = {
|
||||||
|
path = ./templates/n;
|
||||||
|
description = "Minimal Development environment";
|
||||||
|
};
|
||||||
r = {
|
r = {
|
||||||
path = ./templates/r;
|
path = ./templates/r;
|
||||||
description = "R development environment";
|
description = "R development environment";
|
||||||
|
|
@ -16,6 +19,6 @@
|
||||||
description = "Scientific computing environment (Julia, Python, R) without folder structure";
|
description = "Scientific computing environment (Julia, Python, R) without folder structure";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
defaultTemplate = self.templates.sci;
|
defaultTemplate = self.templates.n;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue