Compare commits

..

1 commit

Author SHA1 Message Date
raf
76783408b2
Merge 8f1b38ee81 into c08d0a79cc 2024-11-10 20:58:19 +00:00

View file

@ -62,7 +62,7 @@
};
setupOpts = mkOption {
type = attrsOf anything;
type = submodule {freeformType = attrsOf anything;};
description = "Options to pass to the setup function";
default = {};
};