Skip to content
Discussion options

You must be logged in to vote

@newton-migosi You have to keep overriding things until they build. Come to https://app.element.io/#/room/#haskell:nixos.org and they'll help. As a next step, try:

{
  devShell.tools = hp: { inherit (hp) threadscope; };
  overrides = self: super: with pkgs.haskell.lib; {
    threadscope = unmarkBroken (doJailbreak super.threadscope);
  };
}

Replies: 2 comments 10 replies

Comment options

You must be logged in to vote
10 replies
@newton-migosi
Comment options

@srid
Comment options

srid May 23, 2023
Maintainer

@newton-migosi
Comment options

@srid
Comment options

srid May 23, 2023
Maintainer

Answer selected by newton-migosi
@newton-migosi
Comment options

Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants