From 9bfd9e4a83551f69605a7c5556851303e4a6448a Mon Sep 17 00:00:00 2001 From: Robert Hensing Date: Mon, 2 Sep 2024 10:39:20 +0200 Subject: [PATCH] Set type of partitions..extraInputsFlake --- extras/partitions.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extras/partitions.nix b/extras/partitions.nix index cabfa18..ce48de8 100644 --- a/extras/partitions.nix +++ b/extras/partitions.nix @@ -11,7 +11,7 @@ let partitionModule = { config, options, name, ... }: { options = { extraInputsFlake = mkOption { - type = types.raw; + type = types.either types.path types.str; default = { }; description = '' Location of a flake whose inputs to add to the inputs module argument in the partition.