summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--nixos/release-small.nix10
1 files changed, 6 insertions, 4 deletions
diff --git a/nixos/release-small.nix b/nixos/release-small.nix
index e29070219ef0..ec0490427139 100644
--- a/nixos/release-small.nix
+++ b/nixos/release-small.nix
@@ -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