flake-parts: fixup type for specialArgs
All checks were successful
checks / check-links (pull_request) Successful in 15s
checks / checks-impure (pull_request) Successful in 1m49s
checks / checks (pull_request) Successful in 4m30s

This commit is contained in:
Jörg Thalheim 2024-04-05 18:40:08 +02:00
parent 818cc4d135
commit 1fd28f2f4c

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";
};