From 1fd28f2f4cee728b2cf10f798bbd05c5214dd924 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Thalheim?= Date: Fri, 5 Apr 2024 18:40:08 +0200 Subject: [PATCH] flake-parts: fixup type for specialArgs --- flakeModules/clan.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flakeModules/clan.nix b/flakeModules/clan.nix index 4df243ae..fa4cc981 100644 --- a/flakeModules/clan.nix +++ b/flakeModules/clan.nix @@ -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"; };