mirror of
https://github.com/hercules-ci/flake-parts.git
synced 2024-12-14 11:47:31 +00:00
flake/freeformType: anything -> raw
No need to avoid raw, because it has been merged for some time now.
This commit is contained in:
parent
022938a1de
commit
1fb0d37021
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ in
|
||||||
flake = mkOption {
|
flake = mkOption {
|
||||||
type = types.submoduleWith {
|
type = types.submoduleWith {
|
||||||
modules = [
|
modules = [
|
||||||
{ freeformType = types.lazyAttrsOf types.anything; }
|
{ freeformType = types.lazyAttrsOf types.raw; }
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
description = ''
|
description = ''
|
||||||
|
|
Loading…
Reference in a new issue