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 6e898a2c10
commit 09c62b8b2d

View File

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