Initial commit
This commit is contained in:
commit
cfcc57a8bd
353 changed files with 18756 additions and 0 deletions
16
flake/den/flake.nix
Normal file
16
flake/den/flake.nix
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
{
|
||||
outputs = _: {
|
||||
flakeModule = ./nix/flakeModule.nix;
|
||||
templates = {
|
||||
default.path = ./templates/default;
|
||||
default.description = "Minimal configuration";
|
||||
examples.path = ./templates/examples;
|
||||
examples.description = "API examples and CI";
|
||||
bogus.path = ./templates/bogus;
|
||||
bogus.description = "For bug reproduction";
|
||||
};
|
||||
packages = import ./nix/template-packages.nix;
|
||||
namespace = import ./nix/namespace.nix;
|
||||
lib = import ./nix/lib.nix;
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue