mirror of
https://github.com/TECHNOFAB11/disko.git
synced 2025-12-12 16:10:03 +01:00
types table: remove deprecated index
This commit is contained in:
parent
e6d41e39e3
commit
e634253dfc
1 changed files with 0 additions and 6 deletions
|
|
@ -38,12 +38,6 @@
|
||||||
default = "100%";
|
default = "100%";
|
||||||
description = "End of the partition";
|
description = "End of the partition";
|
||||||
};
|
};
|
||||||
index = lib.mkOption {
|
|
||||||
type = lib.types.int;
|
|
||||||
# TODO find a better way to get the index
|
|
||||||
default = lib.toInt (lib.head (builtins.match ".*entry ([[:digit:]]+)]" config._module.args.name));
|
|
||||||
description = "Index of the partition";
|
|
||||||
};
|
|
||||||
flags = lib.mkOption {
|
flags = lib.mkOption {
|
||||||
type = lib.types.listOf lib.types.str;
|
type = lib.types.listOf lib.types.str;
|
||||||
default = [ ];
|
default = [ ];
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue