Skip to content

Commit

Permalink
skip install check phase for pgadmin4
Browse files Browse the repository at this point in the history
  • Loading branch information
conscious-puppet committed Feb 29, 2024
1 parent 440dcaa commit a796d60
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions test/flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,11 @@
inherit system;
# Required for elastic search
config.allowUnfree = true;
overlays = [
(final: prev: {
pgadmin4 = prev.pgadmin4.overrideAttrs (_: { doCheck = false; });
})
];
};
process-compose =
let
Expand Down

0 comments on commit a796d60

Please sign in to comment.