1
0
Fork 0
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:
Robert Hensing 2022-05-17 09:09:56 +02:00
parent 022938a1de
commit 1fb0d37021

View file

@ -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 = ''