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.
This commit is contained in:
Gabriel Arazas 2024-11-19 20:27:46 +08:00
parent 523998dbba
commit 6e46ea3930
No known key found for this signature in database
GPG Key ID: 62104B43D00AA360

View File

@ -4,7 +4,7 @@
options = { options = {
flake = flake-parts-lib.mkSubmoduleOptions { flake = flake-parts-lib.mkSubmoduleOptions {
diskoConfigurations = lib.mkOption { diskoConfigurations = lib.mkOption {
type = with lib.types; attrsOf (inputs.disko.lib.topLevel); type = with lib.types; attrsOf raw;
default = { }; default = { };
description = '' description = ''
A set of [disko](https://github.com/nix-community/disko) A set of [disko](https://github.com/nix-community/disko)