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