10 lines
146 B
Nix
10 lines
146 B
Nix
{
|
|
outputs = {...}: {
|
|
lib = import ./default.nix;
|
|
templates.default = {
|
|
path = ./example;
|
|
description = "the ides template";
|
|
};
|
|
};
|
|
}
|