summary refs log tree commit diff
path: root/nixos/tests/all-tests.nix
diff options
context:
space:
mode:
authorFlakebi <flakebi@t-online.de>2021-09-20 01:43:54 +0200
committerFlakebi <flakebi@t-online.de>2021-09-25 13:12:51 +0200
commit6ca43a69cc11dfeeab6bcac028847eb946d9c0fd (patch)
tree7b282444c87af12efaa0181be5cc17c4b6d1c7c0 /nixos/tests/all-tests.nix
parentaf34c6f62703f81963953a35a7176652aa2fe0bd (diff)
downloadnixpkgs-6ca43a69cc11dfeeab6bcac028847eb946d9c0fd.tar
nixpkgs-6ca43a69cc11dfeeab6bcac028847eb946d9c0fd.tar.gz
nixpkgs-6ca43a69cc11dfeeab6bcac028847eb946d9c0fd.tar.bz2
nixpkgs-6ca43a69cc11dfeeab6bcac028847eb946d9c0fd.tar.lz
nixpkgs-6ca43a69cc11dfeeab6bcac028847eb946d9c0fd.tar.xz
nixpkgs-6ca43a69cc11dfeeab6bcac028847eb946d9c0fd.tar.zst
nixpkgs-6ca43a69cc11dfeeab6bcac028847eb946d9c0fd.zip
dex-oidc: add module
Diffstat (limited to 'nixos/tests/all-tests.nix')
-rw-r--r--nixos/tests/all-tests.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/nixos/tests/all-tests.nix b/nixos/tests/all-tests.nix
index 66b0f4f258d..ccdeb33d2e2 100644
--- a/nixos/tests/all-tests.nix
+++ b/nixos/tests/all-tests.nix
@@ -97,6 +97,7 @@ in
   cryptpad = handleTest ./cryptpad.nix {};
   deluge = handleTest ./deluge.nix {};
   dendrite = handleTest ./dendrite.nix {};
+  dex-oidc = handleTest ./dex-oidc.nix {};
   dhparams = handleTest ./dhparams.nix {};
   disable-installer-tools = handleTest ./disable-installer-tools.nix {};
   discourse = handleTest ./discourse.nix {};