Dependency on glibc on Mac?
#172
-
|
I am seeing an error which may or may not relate to Using Here is the Flake: https://github.com/haskell/hackage-server/blob/master/flake.nix I don't have a Mac handy at the moment. I am seeing this error on a Mac GitHub Action: haskell/hackage-server#1219 (comment) Thanks for any insights |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 4 replies
-
|
One thing I noticed is that your flake doesn't output any Apparently |
Beta Was this translation helpful? Give feedback.
-
|
If |
Beta Was this translation helpful? Give feedback.
One thing I noticed is that your flake doesn't output any
check, butnix flake checkstill fails.Apparently
nix flake checkevaluates the devShell. And you have some Linux-only tools in there.haskell/hackage-server#1219 (comment)