Skip to content

Commit

Permalink
fix(test): grafana on darwin is no longer broken in upstream
Browse files Browse the repository at this point in the history
  • Loading branch information
shivaraj-bh committed Mar 29, 2024
1 parent ecc4094 commit 77b27b9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
6 changes: 3 additions & 3 deletions test/flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 0 additions & 4 deletions test/nix/pkgs.nix
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,6 @@
overlays = [
(self: super: lib.optionalAttrs super.stdenv.isDarwin {

# grafana is broken on aarch64-darwin, but works on older nixpkgs:
# https://github.com/NixOS/nixpkgs/issues/273998
grafana = (builtins.getFlake "github:nixos/nixpkgs/b604023e0a5549b65da3040a07d2beb29ac9fc63").legacyPackages.${system}.grafana;

# Disable tests, because they are failing on darwin:
# https://github.com/NixOS/nixpkgs/issues/281214
pgadmin4 = super.pgadmin4.overrideAttrs (_: {
Expand Down

0 comments on commit 77b27b9

Please sign in to comment.