test(pgadmin): Link to upstream bug (#129)

https://github.com/NixOS/nixpkgs/issues/281214
This commit is contained in:
Sridhar Ratnakumar 2024-03-07 11:45:45 -05:00 committed by GitHub
parent 1ae2579853
commit bcf4a493f8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,4 +1,4 @@
final: prev: {
# Because tests are failing on darwin: https://github.com/juspay/services-flake/pull/115#issuecomment-1970467684
# Because tests are failing on darwin: https://github.com/NixOS/nixpkgs/issues/281214
pgadmin4 = prev.pgadmin4.overrideAttrs (_: { doInstallCheck = false; });
}