mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-09 19:13:26 +03:00
nixos/release-small: fix nesting on new acme tests
This commit is contained in:
parent
f535647ef6
commit
a8ff6cf2e0
1 changed files with 6 additions and 4 deletions
|
@ -48,10 +48,12 @@ rec {
|
||||||
dummy
|
dummy
|
||||||
;
|
;
|
||||||
tests = {
|
tests = {
|
||||||
inherit (nixos'.tests.acme)
|
acme = {
|
||||||
http01-builtin
|
inherit (nixos'.tests.acme)
|
||||||
dns01
|
http01-builtin
|
||||||
;
|
dns01
|
||||||
|
;
|
||||||
|
};
|
||||||
inherit (nixos'.tests)
|
inherit (nixos'.tests)
|
||||||
containers-imperative
|
containers-imperative
|
||||||
containers-ip
|
containers-ip
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue