Stop warning about inventory.instances
we now marked inventory.modules as deprecated, so this new api can be no longer under development
This commit is contained in:
@@ -424,12 +424,6 @@ in
|
||||
}
|
||||
);
|
||||
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 {
|
||||
|
||||
Reference in New Issue
Block a user