sternenseemann

Results 195 comments of sternenseemann

I don't think it is wise to extend `--shell` so it could generate every possible shell the user could since that would add a lot of complexity to the tool....

I wonder why Cabal itself doesn't manage to pass `-lgcc_s` in this case? It is in `extra-libraries` regardless of what packages are passed in (or not) from Nix.

I think until we have a fancier way of doing this, `overrideSrc` is your best bet.

```console $ launchctl limit maxfiles maxfiles 256 unlimited ``` So seems the soft fd limit is quite low by default (256 on my system) which sounds plausible that you hit...

I'm not sure what you are referring to. For what it's worth `acid-state` has been failing like this on darwin since May at least. Before that I have no data,...

I think in this issue a lot of nixpkgs / Nix related behavior is conflated with `cabal2nix`. `cabal2nix` indeed doesn't try to guess the cabal file name (it doesn't need...

Are you using flakes and `callCabal2nix`?

I think you and @whittle are running into how flakes treat local git repositories. I don't use flakes myself, so I'm not a hundred percent certain about the details, the...

My current idea for a next step is to only mark packages in the default set as broken in the way we are doing currently. As a result no packages...