progress?
This commit is contained in:
parent
7d6dd5e9e4
commit
86090fa40e
4 changed files with 28 additions and 9 deletions
6
modules/nix/flake-parts/factory.nix
Normal file
6
modules/nix/flake-parts/factory.nix
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
{lib, ...}: {
|
||||
options.flake.factory = lib.mkOption {
|
||||
type = lib.types.attrsof lib.types.unspecified;
|
||||
default = {};
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue