lib/types/gpt.nix: default = [] -> default = {}

This must have accidentally creeped in during a refactor
This commit is contained in:
matthewcroughan 2023-12-14 12:13:02 +00:00 committed by mergify[bot]
parent bd8fbc3f27
commit d5cf2e3d61

View File

@ -76,7 +76,7 @@ in
};
};
}));
default = [ ];
default = {};
description = "Attrs of partitions to add to the partition table";
};
_parent = lib.mkOption {