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
mariatsji has joined #haskell.nix
mariatsji has quit [Ping timeout: 244 seconds]
Blackraider has joined #haskell.nix
Blackraider has quit [Remote host closed the connection]
o1lo01ol1o has joined #haskell.nix
o1lo01ol1o has quit [Ping timeout: 260 seconds]
mariatsji has joined #haskell.nix
mariatsji has quit [Ping timeout: 272 seconds]
o1lo01ol1o has joined #haskell.nix
o1lo01ol1o has quit [Ping timeout: 256 seconds]
o1lo01ol1o has joined #haskell.nix
o1lo01ol1o has quit [Ping timeout: 246 seconds]
mariatsji has joined #haskell.nix
mariatsji has quit [Ping timeout: 246 seconds]
mariatsji has joined #haskell.nix
o1lo01ol1o has joined #haskell.nix
o1lo01ol1o has quit [Ping timeout: 258 seconds]
o1lo01ol1o has joined #haskell.nix
o1lo01ol1o has quit [Remote host closed the connection]
o1lo01ol1o has joined #haskell.nix
o1lo01ol1o has quit [Remote host closed the connection]
Poscat[m] has quit [Quit: Idle for 30+ days]
__monty__ has joined #haskell.nix
o1lo01ol1o has joined #haskell.nix
o1lo01ol1o has quit [Remote host closed the connection]
acarrico has quit [Ping timeout: 256 seconds]
Blackraider has joined #haskell.nix
Blackraider has quit [Remote host closed the connection]
Blackraider has joined #haskell.nix
Blackraider has quit [Remote host closed the connection]
Blackraider has joined #haskell.nix
Blackraider has quit [Remote host closed the connection]
Blackraider has joined #haskell.nix
Blackraider has quit [Remote host closed the connection]
fendor has joined #haskell.nix
acarrico has joined #haskell.nix
fendor has quit [Remote host closed the connection]
<ocharles> I have: trace: To make this a fixed-output derivation but not materialized, set `plan-sha256` to the output of /nix/store/sx305fgscz2dnidxfmhgw7llpn8f0hci-calculateSha
<ocharles> But that store path doesn't even exist
<ocharles> Any idea what's going on there?
<__monty__> Maybe you can instantiate that path?
<__monty__> Or do you always need a derivation to instantiate?
<ocharles> Nope, nix doesn't know how to build those paths
<ocharles> If you meant `nix-store -r /nix/store/sx305fgscz2dnidxfmhgw7llpn8f0hci-calculateSha`, anyway
<michaelpj> this is my fault, we haven't merged my workaround yet
<michaelpj> maybe we should just revert the helpful method since it doesn't work well :(
<ocharles> Ah, thanks for the pointer
acarrico has quit [Ping timeout: 264 seconds]
fendor has joined #haskell.nix
fendor has quit [Read error: Connection reset by peer]
fendor has joined #haskell.nix
fendor has quit [Read error: Connection reset by peer]
fendor has joined #haskell.nix
fendor has quit [Ping timeout: 246 seconds]
<ocharles> When I use `x.checks` to build all checks for a package, I also end up with a load of Hydra errors: attribute 'x86_64-linux.ch-model-hedgehog.checks.recurseForDerivations' is a Boolean, which is not supported
<ocharles> Has anyone ran into this? Perhaps just adding `.checks` as a Hydra jobset isn't the right way to do this?
fendor has joined #haskell.nix
<ocharles> That seems to just produce an attrset of things where the values are `.checks`, no?
<ocharles> I guess I can give it a try!
<michaelpj> ocharles: ah I see, this is for a package
<michaelpj> yes, you have to do an annoying dance to filter out `recurseForDerivation` when putting something into Hydra
<ocharles> Bah
<michaelpj> I have an example somewhere... it's annoyingly non-trivial
<michaelpj> quite why hydra chokes over this when it's allegedly a standard thing is beyond me...
<michaelpj> that might be overly generic, you probably only have a problem with the `recurseForDerivations` in the top level set, so you might just be able to remove that
<ocharles> Thanks!
<michaelpj> this is also a handy thing if you're using Hercules too, since it wants `recurseForDerivations` all over the place. At one point we were running both, hence the need for an aggressive clean-out!
<ocharles> Is Hercules even a thing still?
<michaelpj> I think so
<ocharles> oh, cool
<michaelpj> I hope it survives, I do like it, we just don't quite have the devops capacity atm to keep it going as well as hydra
fendor_ has joined #haskell.nix
fendor has quit [Read error: Connection reset by peer]
fendor_ has quit [Remote host closed the connection]
fendor_ has joined #haskell.nix
fendor_ has quit [Quit: Leaving]
fendor has joined #haskell.nix
o1lo01ol1o has joined #haskell.nix
hekkaidekapus has quit [Quit: hekkaidekapus]
tchouri has joined #haskell.nix
tchouri is now known as hekkaidekapus
mariatsji has quit [Remote host closed the connection]
mariatsji has joined #haskell.nix
mariatsji has quit [Remote host closed the connection]
mariatsji has joined #haskell.nix
fendor has quit [Read error: Connection reset by peer]
fendor has joined #haskell.nix
fendor has quit [Read error: Connection reset by peer]
fendor has joined #haskell.nix
mariatsji has quit [Remote host closed the connection]
mariatsji has joined #haskell.nix
fendor has quit [Ping timeout: 260 seconds]
acarrico has joined #haskell.nix
tchouri has joined #haskell.nix
hekkaidekapus has quit [Ping timeout: 240 seconds]
mariatsji has quit [Remote host closed the connection]
tchouri has quit [Ping timeout: 240 seconds]
tchouri has joined #haskell.nix
tchouri is now known as hekkaidekapus
Blackraider has joined #haskell.nix
o1lo01ol1o has quit [Ping timeout: 256 seconds]
Blackraider has quit [Remote host closed the connection]
o1lo01ol1o has joined #haskell.nix
mariatsji has joined #haskell.nix
mariatsji has quit [Ping timeout: 244 seconds]
proofofkeags has joined #haskell.nix
fendor has joined #haskell.nix
fendor has quit [Read error: Connection reset by peer]
__monty__ has quit [Quit: leaving]
<proofofkeags> does anyone else get the error that hsc2hs is missing when using haskell.nix?
<proofofkeags> this is my first attempt at using haskell.nix in my project
<proofofkeags> I'm trying to get cross compilation working to raspberry pi
<proofofkeags> also it seems like it rebuilds all the dependencies if I so much as add a single line to the stack.yaml
<proofofkeags> which doesn't seem good
o1lo01ol1o has quit [Remote host closed the connection]
o1lo01ol1o has joined #haskell.nix
o1lo01ol1o has quit [Ping timeout: 240 seconds]
Blackraider has joined #haskell.nix
Blackraider has quit [Remote host closed the connection]
Blackraider has joined #haskell.nix
Blackraider has quit [Remote host closed the connection]
<proofofkeags> also how do you add build dependencies to your path in haskell.nix
<proofofkeags> what I want to be able to do is include git in my nix environment so I can embed the git hash