modules: clean up
This commit is contained in:
parent
241f7265d5
commit
7bc5db676d
9 changed files with 108 additions and 129 deletions
|
@ -85,7 +85,7 @@
|
|||
{ ... }:
|
||||
{
|
||||
options.my-lib = nixpkgs.lib.mkOption {
|
||||
type = nixpkgs.lib.types.freeformType;
|
||||
type = nixpkgs.lib.types.attrs;
|
||||
default = import ./overlays/my-lib;
|
||||
};
|
||||
config = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue