beware
.
This commit is contained in:
commit
8fe3ddc38e
7 changed files with 249 additions and 0 deletions
9
flake.nix
Normal file
9
flake.nix
Normal file
|
@ -0,0 +1,9 @@
|
|||
{
|
||||
outputs = {...}: {
|
||||
lib = import ./default.nix;
|
||||
templates.default = {
|
||||
path = ./example;
|
||||
description = "the ides template";
|
||||
};
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue