| 30 Sep 2025 |
MangoIV | * I thought at all ^^ | 16:19:56 |
maralorn | Ah, right. | 16:20:05 |
maralorn | But that is about statically linking system dependencies. While for HLS I thought we are debating statically linking Haskell dependencies which works fine and is default for basically every other Haskell binary we compile. | 16:21:13 |
MangoIV | Oh wow so even that doesn’t work | 16:22:16 |
MangoIV | Interesting | 16:22:19 |
MangoIV | And confusing | 16:22:22 |
maralorn | Yeah, and re: Great idea. Would work. I am hoping for someone to port that from haskell.nix to nixpkgs for years. | 16:24:40 |
MangoIV | Do you know francescos thingy? | 16:25:31 |
MangoIV | What is it called | 16:25:42 |
teo (they/he) | https://sr.ht/~fgaz/nix-build-cabal-project/ | 16:26:12 |
MangoIV | https://codeberg.org/fgaz/nix-build-cabal-project/src/branch/master | 16:26:18 |
MangoIV | Yuh | 16:26:21 |
maralorn | Well, nixpkgs can’t import outside nix dependencies. | 16:29:41 |
| NixOS Moderation Bot banned @mightyiam:matrix.org (divisive behavior.). | 19:22:11 |
| 1 Oct 2025 |
| @eisfunke:eisfunke.com left the room. | 09:37:53 |
| 4 Oct 2025 |
| @aidalgol:tchncs.de left the room. | 00:51:28 |
| aleksana 🏳️⚧️ (force me to bed after 18:00 UTC) changed their profile picture. | 08:40:50 |
| aleksana 🏳️⚧️ (force me to bed after 18:00 UTC) changed their profile picture. | 08:41:21 |
| Akshay Sachdeva joined the room. | 15:10:14 |
| 7 Oct 2025 |
sterni | teo (they/he): https://discourse.nixos.org/t/removing-gold-from-nixpkgs/70496 | 09:54:43 |
teo (they/he) | We don't really have a path forward here to use lld be default for Haskell other than to make stdenv use lld, right? | 10:12:45 |
Profpatsch | > A naive rg gives us a place to start | 10:15:56 |
Profpatsch | Have GenZ really started saying rg instead of grepping? SAD | 10:16:09 |
shapr | I've forgotten how to use hackage libraries that aren't in stackage, is there a guide I can read to remind me how to do all the Haskell things with Nix? | 12:39:52 |
Alex | In reply to @shapr:cofree.coffee I've forgotten how to use hackage libraries that aren't in stackage, is there a guide I can read to remind me how to do all the Haskell things with Nix? They are just there unless they're really new. | 12:41:11 |
shapr | I'm trying to use granite which might be really new? | 12:41:42 |
Alex | In reply to @shapr:cofree.coffee I'm trying to use granite which might be really new? It's already in nixpkgs unstable (0.3.0.0). | 12:46:28 |
Peri | What is this some kind of hipster find | 13:28:13 |
shapr | In reply to @alex:tunstall.xyz It's already in nixpkgs unstable (0.3.0.0). thank you! | 14:07:12 |
shapr | Next question, is there an easy way to use granite without running the failing test suite? | 14:23:14 |