<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.
<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>
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...