Skip to content

Commit

Permalink
nix - re-import the cgroup-rts-thread broken workaround from podenv/h…
Browse files Browse the repository at this point in the history
…spkgs
  • Loading branch information
morucci committed Jan 3, 2025
1 parent e7b1d9f commit d150353
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions nix/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,12 @@ let
haskellExtend = hpFinal: hpPrev: {
monocle = hpPrev.callCabal2nix "monocle" src { };

# there is a test failure: resolveGroupController should resolve a direct mount root
cgroup-rts-threads = pkgs.haskell.lib.dontCheck
(pkgs.haskell.lib.overrideCabal hpPrev.cgroup-rts-threads {
broken = false;
});

# upgrade to bloodhound 0.20 needs some work
bloodhound = pkgs.haskell.lib.overrideCabal hpPrev.bloodhound {
version = "0.19.1.0";
Expand Down

0 comments on commit d150353

Please sign in to comment.