1
0
forked from clan/clan-core

flake-parts: fixup type for specialArgs

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"; description = "The directory containing the clan subdirectory";
}; };
specialArgs = mkOption { specialArgs = mkOption {
type = types.attrsOf types.str; type = types.attrsOf types.raw;
default = { }; default = { };
description = "Extra arguments to pass to nixosSystem i.e. useful to make self available"; description = "Extra arguments to pass to nixosSystem i.e. useful to make self available";
}; };