module overhaul
module
This commit is contained in:
parent
8fe3ddc38e
commit
ae78cb7026
12 changed files with 1127 additions and 164 deletions
16
flake.nix
16
flake.nix
|
@ -1,9 +1,11 @@
|
|||
{
|
||||
outputs = {...}: {
|
||||
lib = import ./default.nix;
|
||||
templates.default = {
|
||||
path = ./example;
|
||||
description = "the ides template";
|
||||
};
|
||||
};
|
||||
outputs =
|
||||
{ ... }:
|
||||
{
|
||||
lib = import ./default.nix;
|
||||
templates.default = {
|
||||
path = ./example;
|
||||
description = "the ides template";
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue