Skip to content
This repository was archived by the owner on Sep 29, 2025. It is now read-only.

Commit 7c9f155

Browse files
committed
asd
1 parent 4cd85a1 commit 7c9f155

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

overlays/postgres.nix

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ final: prev: rec {
88
url = "mirror://postgresql/source/v${version}/${pname}-${version}.tar.bz2";
99
hash = "sha256-g6sp1r/D3Fiy7TxmQRT9++tqBFDEuNf6aa7pHjyhT44=";
1010
};
11+
12+
doCheck = false;
1113
});
1214

1315
postgresql_14_18-client = final.stdenv.mkDerivation {

0 commit comments

Comments
 (0)