summary refs log tree commit diff
path: root/nixos
diff options
context:
space:
mode:
authorMaciej Krüger <mkg20001@gmail.com>2021-07-09 12:20:06 +0200
committerGitHub <noreply@github.com>2021-07-09 12:20:06 +0200
commite4e05cd8137abfb79c7c4a56c4506da11e628720 (patch)
treee12eea27c2a843e13c0053b98656b883dc1ea0eb /nixos
parentf6986964037f4171f86ee1c1fec0427f5e8750d3 (diff)
parent95805c32408ca8e0540cb90a3ecc5666d44b2f4b (diff)
downloadnixpkgs-e4e05cd8137abfb79c7c4a56c4506da11e628720.tar
nixpkgs-e4e05cd8137abfb79c7c4a56c4506da11e628720.tar.gz
nixpkgs-e4e05cd8137abfb79c7c4a56c4506da11e628720.tar.bz2
nixpkgs-e4e05cd8137abfb79c7c4a56c4506da11e628720.tar.lz
nixpkgs-e4e05cd8137abfb79c7c4a56c4506da11e628720.tar.xz
nixpkgs-e4e05cd8137abfb79c7c4a56c4506da11e628720.tar.zst
nixpkgs-e4e05cd8137abfb79c7c4a56c4506da11e628720.zip
Merge pull request #129693 from helsinki-systems/upd/nginxQuic
Diffstat (limited to 'nixos')
-rw-r--r--nixos/tests/nginx-variants.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/tests/nginx-variants.nix b/nixos/tests/nginx-variants.nix
index a535030663b..96a9a2c3b8c 100644
--- a/nixos/tests/nginx-variants.nix
+++ b/nixos/tests/nginx-variants.nix
@@ -29,5 +29,5 @@ builtins.listToAttrs (
         };
       }
     )
-    [ "nginxStable" "nginxMainline" "nginxShibboleth" "openresty" "tengine" ]
+    [ "nginxStable" "nginxMainline" "nginxQuic" "nginxShibboleth" "openresty" "tengine" ]
 )