mirror of
https://github.com/nix-community/disko
synced 2024-11-10 06:14:14 +00:00
lib/types/gpt.nix: default = [] -> default = {}
This must have accidentally creeped in during a refactor
This commit is contained in:
parent
bd8fbc3f27
commit
d5cf2e3d61
1 changed files with 1 additions and 1 deletions
|
@ -76,7 +76,7 @@ in
|
|||
};
|
||||
};
|
||||
}));
|
||||
default = [ ];
|
||||
default = {};
|
||||
description = "Attrs of partitions to add to the partition table";
|
||||
};
|
||||
_parent = lib.mkOption {
|
||||
|
|
Loading…
Reference in a new issue