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:
Jörg Thalheim
2025-05-20 10:12:24 +02:00
parent a22180f980
commit 72073494a1

View File

@@ -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 {