Utku Demir
Utku Demir
> However, you may still run into issues with command line arguments being too long if you have a lot of input files, because the input filenames probably have to...
Hey, thanks for taking time to open an issue! As far as I can see, the curious part is that `stack` is trying to build the GHC itself, instead of...
Ooh, this is interesting. Thanks for bringing this up :). First, here's another issue with a vaguely similar concern that this functionality might also help: https://github.com/utdemir/nix-tree/issues/29 Here's what I am...
I agree that this would be great. But with a quick glance at the output of `nix path-info` I don't know how to get it (all `nix-tree` does it to...
Oh man - I think having it as a library will encourage people to actually read the horrible code 😅 . Jokes aside, I'd be happy to do that. I...
This seems relevant: https://github.com/jtdaugherty/brick/issues/441
This is more accurate: https://github.com/jtdaugherty/vty/issues/266 It seems to be fixed with vty 5.39, however nixpkgs is still at 5.38. So I hope once the new version ends up in `nixpkgs`...
@SuperSandro2000, I am unsure - `nix-tree` in `nixpkgs` end up using the default Haskell packageset which is periodically generated from latest Stackage snapshot - I think? I can see that...
When [this PR](https://github.com/NixOS/nixpkgs/pull/279413) is merged to `nixpkgs` this should be fixed :).
@katrinafyi , I did not know about `nixpk.gs`, looks super useful, thanks ❤️ ! Closing the issue, but feel free to reopen it if it still isn't fixed :).