Merge pull request 'Stop warning about inventory.instances' (#3710) from stabilize-inventory into main
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/3710
This commit is contained in:
@@ -424,12 +424,6 @@ in
|
|||||||
}
|
}
|
||||||
);
|
);
|
||||||
default = { };
|
default = { };
|
||||||
apply =
|
|
||||||
v:
|
|
||||||
if v == { } then
|
|
||||||
v
|
|
||||||
else
|
|
||||||
lib.warn "Inventory.instances and related features are still under development. Please use with care." v;
|
|
||||||
};
|
};
|
||||||
|
|
||||||
services = lib.mkOption {
|
services = lib.mkOption {
|
||||||
|
|||||||
Reference in New Issue
Block a user