flake-parts: fixup type for specialArgs

This commit is contained in:
Jörg Thalheim
2024-04-05 18:40:08 +02:00
parent 207225d5af
commit 0fd17a500f

View File

@@ -22,7 +22,7 @@ in
description = "The directory containing the clan subdirectory";
};
specialArgs = mkOption {
type = types.attrsOf types.str;
type = types.attrsOf types.raw;
default = { };
description = "Extra arguments to pass to nixosSystem i.e. useful to make self available";
};