-
Hi. I use your template https://github.com/srid/haskell-multi-nix and get an error Here is my flake.nix
If I run
How can I fix that? Thanks. |
Beta Was this translation helpful? Give feedback.
Answered by
srid
May 6, 2023
Replies: 1 comment 6 replies
-
You need to override the failing packages: https://haskell.flake.page/dependency In this case, |
Beta Was this translation helpful? Give feedback.
6 replies
Answer selected by
7c78
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You need to override the failing packages: https://haskell.flake.page/dependency
In this case,
pretty-simple = pkgs.haskell.lib.dontCheck super.pretty-simple
.Example: https://github.com/nammayatri/common/blob/3ba4249bbd4bc81233502f504f5b8e0924d79911/nix/ghc810.nix#L66-L102