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:
Mic92
2025-05-20 08:41:40 +00:00

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 {