From 6e46ea39303848c53b1fb6f8bc835c92238467c3 Mon Sep 17 00:00:00 2001 From: Gabriel Arazas Date: Tue, 19 Nov 2024 20:27:46 +0800 Subject: [PATCH] flake-parts/disko-configurations: update type It changed and also not worth it to recreate it manually so we'll leave it as a raw type. --- modules/flake-parts/disko-configurations.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/flake-parts/disko-configurations.nix b/modules/flake-parts/disko-configurations.nix index 1f35a20b..8bb30a3b 100644 --- a/modules/flake-parts/disko-configurations.nix +++ b/modules/flake-parts/disko-configurations.nix @@ -4,7 +4,7 @@ options = { flake = flake-parts-lib.mkSubmoduleOptions { diskoConfigurations = lib.mkOption { - type = with lib.types; attrsOf (inputs.disko.lib.topLevel); + type = with lib.types; attrsOf raw; default = { }; description = '' A set of [disko](https://github.com/nix-community/disko)