| 4 May 2023 |
| Kashmira Qeel changed their display name from KashmiraQeel to Kashmira Qeel. | 08:53:07 |
| @witcher:envs.net joined the room. | 17:35:40 |
| @witcher:envs.net left the room. | 17:37:10 |
raboof | finally hacked in a way to get a report of just the runtime dependencies, https://reproducible.nixos.org/nixos-iso-minimal-runtime/ - no surprises there, the Linux BPF/BTF problem and Python remaining. Hoping to do the graphical iso later. | 20:41:36 |
raitobezarius | what does runtime means? | 20:42:08 |
baloo | dependencies pulled in the image, filtering out the dependencies necessary to build the image but not included in the image. At least that's what I understand. | 20:44:40 |
raitobezarius | oh makes sense | 20:44:57 |
raitobezarius | so that would potentially take care of haskell stuff | 20:45:05 |
baloo | would still be appreciated for haskell to pull their thing together :D | 20:48:05 |
baloo | for all the talks about purity and what not | 20:48:13 |
raitobezarius | afaik it's a very complicated and non actionable problem | 20:48:38 |
raitobezarius | maybe I'm soft for Haskell but I am not really concerned about it, the existing workaround is to build with 1 core | 20:49:02 |
baloo | last time I've checked, that was fixed in recent version of ghc but not the whole ecosystem was compatible | 20:49:49 |
baloo | or at least, the few leads I followed were leading to me fixes made in 9.X (don't remember which version that was) | 20:50:38 |
Artturin | https://github.com/NixOS/nixpkgs/issues/151347 | 20:52:12 |
baloo | shit my own commit :D | 20:52:36 |
baloo | * shit my own comment :D | 20:52:40 |
Artturin | the issue is still open | 20:52:49 |
Artturin | * the ghc issue is still open | 20:52:55 |
baloo | https://gitlab.haskell.org/ghc/ghc/-/merge_requests/7353 that was the commit I had in mind | 20:53:28 |
baloo | which merged in ghc 9.4.1 | 20:53:54 |