about summary refs log tree commit diff
path: root/pkgs/tools/admin/pgadmin
diff options
context:
space:
mode:
authorMaciej Krüger <mkg20001@gmail.com>2022-02-23 15:16:23 +0100
committerMaciej Krüger <mkg20001@gmail.com>2022-02-26 14:27:30 +0100
commitae2f179c9b27f6d4c40e46a07b1d748ba53f3b33 (patch)
tree180b5caf602d9e7d7f4cbf8ae391b52508c92745 /pkgs/tools/admin/pgadmin
parent3cbd5a6deb68511189d19bfbf51b925b34830035 (diff)
tests/pgadmin4-standalone: add
Diffstat (limited to 'pkgs/tools/admin/pgadmin')
-rw-r--r--pkgs/tools/admin/pgadmin/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/admin/pgadmin/default.nix b/pkgs/tools/admin/pgadmin/default.nix
index 3000a703b2243..86c68aa97834a 100644
--- a/pkgs/tools/admin/pgadmin/default.nix
+++ b/pkgs/tools/admin/pgadmin/default.nix
@@ -151,7 +151,7 @@ python3.pkgs.buildPythonApplication rec {
   ];
 
   passthru = {
-    tests = { inherit (nixosTests) pgadmin4; };
+    tests = { inherit (nixosTests) pgadmin4 pgadmin4-standalone; };
   };
 
   meta = with lib; {