mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-02-07 06:19:00 +00:00
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:
parent
523998dbba
commit
6e46ea3930
@ -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)
|
||||||
|
Loading…
Reference in New Issue
Block a user