angerman changed the topic of #haskell.nix to: https://input-output-hk.github.io/haskell.nix - alternative haskell infrastructure for nix; logs at https://logs.nix.samueldr.com/haskell.nix
proofofkeags has quit [Ping timeout: 260 seconds]
<jackdk> I am seeing "substituter 'https://hydra.iohk.io' does not have a valid signature for path" warnings for things that ought to be coming from the iohk cache. I'll paste what nix considers the config to be, below:
<jackdk> nix show-config | grep 'subs\|keys': https://www.irccloud.com/pastebin/XS9NjcMw/nix-show-config.txt
<jackdk> this is on macOS
fendor has joined #haskell.nix
<jackdk> the root cause was a typo in my public keys -_-
mpickering has quit [Read error: Connection reset by peer]
gluegadget has quit [Read error: Connection reset by peer]
Tritlo has quit [Read error: Connection reset by peer]
hamishmack has quit [Read error: Connection reset by peer]
shirothe has quit [Read error: Connection reset by peer]
dmj` has quit [Read error: Connection reset by peer]
mpickering has joined #haskell.nix
gluegadget has joined #haskell.nix
hamishmack has joined #haskell.nix
shirothe has joined #haskell.nix
dmj` has joined #haskell.nix
Tritlo has joined #haskell.nix
__monty__ has joined #haskell.nix
o1lo01ol1o has joined #haskell.nix
<o1lo01ol1o> I'm getting the following error on a new cabal project in haskell.nix: error: The Nixpkgs package set does not contain the package: m (system dependency).
<o1lo01ol1o> This appears to be cause by adding hgeometry to my build-depends
<o1lo01ol1o> what is "m"?
<__monty__> o1lo01ol1o: Check the hgeometry project's cabal files. Does seem like a terrible name for a project if it's not a typo though.
<o1lo01ol1o> __monty__: I don't see any mention of `m` in the github branch matching the hackage version
<__monty__> Might be a dependency of a dependency maybe?
proofofkeags has joined #haskell.nix
o1lo01ol1o has quit [Read error: Connection reset by peer]
o1lo01ol1o has joined #haskell.nix
shirothe has quit [Quit: Connection closed for inactivity]
<jackdk> something's detecting that it needs `-lm` to link, and thinks it's a strange dependency?
__monty__ has quit [Quit: leaving]
fendor has quit [Ping timeout: 252 seconds]
<DigitalKiwi> jackdk: turnbull