mirror of
https://github.com/dwinkler1/np.git
synced 2026-02-19 22:40:57 -05:00
Fix
This commit is contained in:
parent
e0631b1007
commit
23bc9e5942
1 changed files with 2 additions and 3 deletions
|
|
@ -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;
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue