summary refs log tree commit diff
path: root/nixos/tests/all-tests.nix
diff options
context:
space:
mode:
authorflorian on nixos (Florian Brandes) <florian.brandes@posteo.de>2021-07-02 14:22:12 +0200
committerflorian on nixos (Florian Brandes) <florian.brandes@posteo.de>2022-02-26 13:17:37 +0100
commit0dda2d3888eb8726dcdd891f34cbc64db8d1c85a (patch)
tree6c901e6fa64607b3d64ff07af7c1171f4a5f3218 /nixos/tests/all-tests.nix
parent607178a179d6943cb64970882511c24b2a983c2b (diff)
downloadnixpkgs-0dda2d3888eb8726dcdd891f34cbc64db8d1c85a.tar
nixpkgs-0dda2d3888eb8726dcdd891f34cbc64db8d1c85a.tar.gz
nixpkgs-0dda2d3888eb8726dcdd891f34cbc64db8d1c85a.tar.bz2
nixpkgs-0dda2d3888eb8726dcdd891f34cbc64db8d1c85a.tar.lz
nixpkgs-0dda2d3888eb8726dcdd891f34cbc64db8d1c85a.tar.xz
nixpkgs-0dda2d3888eb8726dcdd891f34cbc64db8d1c85a.tar.zst
nixpkgs-0dda2d3888eb8726dcdd891f34cbc64db8d1c85a.zip
pgadmin4: init at 6.3
Signed-off-by: Florian Brandes <florian.brandes@posteo.de>
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 53637861feb..85f0a001e66 100644
--- a/nixos/tests/all-tests.nix
+++ b/nixos/tests/all-tests.nix
@@ -393,6 +393,7 @@ in
   pdns-recursor = handleTest ./pdns-recursor.nix {};
   peerflix = handleTest ./peerflix.nix {};
   peertube = handleTestOn ["x86_64-linux"] ./web-apps/peertube.nix {};
+  pgadmin4 = handleTest ./pgadmin4.nix {};
   pgjwt = handleTest ./pgjwt.nix {};
   pgmanage = handleTest ./pgmanage.nix {};
   php = handleTest ./php {};