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
acarrico has quit [Ping timeout: 240 seconds]
angerman has quit [*.net *.split]
angerman has joined #haskell.nix
srk has joined #haskell.nix
fendor has joined #haskell.nix
ptival[m] has quit [Quit: Idle for 30+ days]
acarrico has joined #haskell.nix
acarrico has quit [Quit: Leaving.]
<mightybyte> I'm trying to use "nix-shell -A hsPkgs.myPackage.components.library" to get a nix shell with all my project's dependencies but it doesn't seem to be including github dependencies from the extra-deps section of my stack.yaml. Is there a way to get those included in the environment too?
fendor_ has joined #haskell.nix
fendor__ has joined #haskell.nix
fendor has quit [Ping timeout: 268 seconds]
fendor_ has quit [Quit: Leaving]
__monty__ has joined #haskell.nix
exarkun has left #haskell.nix ["WeeChat 2.4"]
DamienCassou has joined #haskell.nix
<DamienCassou> hi everyone
<DamienCassou> I'm new here
<__monty__> Good morning, DamienCassou.
<DamienCassou> hi __monty__
<DamienCassou> does anyone know of any way to have haskell.nix's binary cache when using GitHub Actions and `install-nix-action`?
<DamienCassou> (I admit I don't know much about Haskell and even less about Haskell+Nix integration, I know a bit of Nix though)
<jackdk> DamienCassou: I suggested this for amazonka CI here: https://github.com/brendanhay/amazonka/pull/613#issuecomment-817048717 . I then noticed that I started getting timeouts when running many builds one after the other. Considering that amazonka is maintaining its own cachix, I suggested to Brendan that we maybe don't add IOHK's cache there. Your situation may be different, if you don't have your own nix cache.
<DigitalKiwi> ohhi DamienCassou
<DamienCassou> thank you jackdk. I'm using cachix-action@v10 with my own cachix repo: https://github.com/DamienCassou/hyahtzee2/pull/17
<DamienCassou> DigitalKiwi: hi :-)
<DamienCassou> I will go to bed now but feel free to comment on my PR. I really would appreciate feedback on haskell+nix integation or any feedback (I'm new to Haskell)
<jackdk> DamienCassou: ok, sure. depends on how full your cachix is. I managed to fit all of amazonka into the free tier, and that's a big project, so you're probably fine
<DigitalKiwi> it does have an extra line hmm
<DamienCassou> jackdk: my project is very small
<DigitalKiwi> are you going to convert hledger to haskell.nix ;D
<DamienCassou> There is a corresponding issue that would help if it was fixed: https://github.com/cachix/install-nix-action/issues/58
<jackdk> DigitalKiwi: I didn't realise there was an extraPullNames field on the cachix action
<DigitalKiwi> jackdk: i don
<DamienCassou> I don't understand everything but it certainly helps
<DigitalKiwi> jackdk: i don't even remember it lol
<DigitalKiwi> oh no now i have another one to try. i've been looking for a template for a while and none of them have been quite what i want and i haven't figured out what to do...
<DamienCassou> is it recommended to always use the latest commit from https://github.com/input-output-hk/haskell.nix?
<DigitalKiwi> idk but i think i spend more time waiting for projects to build the next time i work on them than i do working on them ;(
<DamienCassou> ok
<DamienCassou> I'm going to bed now. See you and thank you
<DigitalKiwi> sometimes i pin it sometimes i leave it like that. lorri/direnv/cachix probably would help but i don't always have that setup either
fendor__ is now known as fendor
fendor has quit [Remote host closed the connection]
srk has quit [Ping timeout: 260 seconds]
__monty__ has quit [Quit: leaving]
strikerlulu has joined #haskell.nix