fix flake lib output
This commit is contained in:
parent
01135c8d14
commit
163fae5498
1 changed files with 6 additions and 8 deletions
14
flake.nix
14
flake.nix
|
@ -1,11 +1,9 @@
|
|||
{
|
||||
outputs =
|
||||
_:
|
||||
{
|
||||
lib = import ./default.nix;
|
||||
templates.default = {
|
||||
path = ./example;
|
||||
description = "the ides template";
|
||||
};
|
||||
outputs = _: {
|
||||
lib.use = import ./default.nix;
|
||||
templates.default = {
|
||||
path = ./example;
|
||||
description = "the ides template";
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue