nixos/release-small: fix nesting on new acme tests (#385192)

This commit is contained in:
K900
2025-02-26 10:51:09 +03:00
committed by GitHub
+6 -4
View File
@@ -48,10 +48,12 @@ rec {
dummy
;
tests = {
inherit (nixos'.tests.acme)
http01-builtin
dns01
;
acme = {
inherit (nixos'.tests.acme)
http01-builtin
dns01
;
};
inherit (nixos'.tests)
containers-imperative
containers-ip