fix: replace argument with recursive set
This commit is contained in:
parent
985e784e62
commit
bb1606ca76
2 changed files with 3 additions and 4 deletions
|
@ -40,6 +40,6 @@
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
templates = import ./templates { self = self.templates; };
|
templates = import ./templates;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,5 +1,4 @@
|
||||||
{ self }:
|
rec {
|
||||||
{
|
|
||||||
basic = {
|
basic = {
|
||||||
path = ./basic;
|
path = ./basic;
|
||||||
description = "A basic template";
|
description = "A basic template";
|
||||||
|
@ -25,5 +24,5 @@
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
|
||||||
defaultTemplate = self.basic;
|
defaultTemplate = basic;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue