10 Jun 2025 |
alexfmpe | did I allucinate this? could have sworn it was the case but can't find it | 15:43:55 |
maralorn | I probably bricked that logic anyway by removing the reflex-plattform overrides | 15:45:43 |
maralorn | * | 15:45:55 |
alexfmpe | https://github.com/reflex-frp/reflex-platform/commit/93cb8ec441ebac3d68a9f982a1aa3ca55eb509e1 | 15:45:57 |
alexfmpe | this is probably what confused me | 15:46:00 |
maralorn | Okay good to know. Now I know how to solve this properly. 🙏 | 15:47:18 |
alexfmpe | probably not, though I was just wondering if the reflex-dom package should even have the jsaddle switch logic | 15:48:21 |
alexfmpe | after all, miso or whatever needs the exact same cabal if pyramid and cpp imports no? | 15:48:55 |
alexfmpe | shouldn't there be a jsaddle-cross or whatever where you always import your run :: JSM () -> IO () or so | 15:49:18 |
alexfmpe | and what that ends up as depends on platform and/or flags to that jsaddle package | 15:50:20 |
| dmjio changed their display name from dmjio to dmjio 🍜. | 17:04:02 |
| dmjio changed their display name from dmjio 🍜 to dmjio. | 17:05:03 |
keypusher | I have flake.nix that defines multiple packages. I wan't to launch a develop shell for a certain package (nix develop .#package-b ), it seems it ignores the "nativeBuildInputs" in the "shellFor" declaration. Is there a way around this? | 23:22:19 |
keypusher | * I have flake.nix that defines multiple packages. I want to launch a develop shell for a certain package (nix develop .#package-b ), but it seems it ignores the "nativeBuildInputs" in the "shellFor" declaration. Is there a way around this? | 23:22:49 |
11 Jun 2025 |
cdepillabout | Can you post your code? In general I don't think things like nativeBuildInputs should be getting ignored. | 00:19:00 |
| utdemir left the room. | 02:09:16 |
maralorn | Is there anything keeping us from merging haskell-updates besides the listed breakage? | 07:20:13 |
maralorn | hls apparently needs a backport of the stylish-haskell pin from 9.12 to 9.10 | 07:20:53 |
maralorn | And honestly I am gonna drop support for pandoc-crossref. 🤣 Probably easy very easy to fix but I haven’t used it in years. | 07:22:08 |
maralorn | * And honestly I am gonna drop support for pandoc-crossref. 🤣 Probably easy to fix but I haven’t used it in years. | 08:19:35 |
maralorn | Okay, I fixed everything but the gi-soup breakage. Still unclear to me how we can fix that. | 08:27:40 |
maralorn | You were right, I accidentally disabled that by commenting out the reflex-packages overrides. | 10:13:17 |
ners | I'm trying to build a statically linked Haskell executable using pkgsStatic . If I'm understanding release-haskell.nix correctly, this derivation and all its deps should be cached: pkgsStatic.haskell.packages.native-bignum.ghc984.hello
I expect it to pull it from cache, but instead it starts building GHC from source. Am I missing something about how we cache things? | 18:59:15 |
maralorn | release-haskell.nix applies to haskell-updates. release.nix applies to master. | 19:02:13 |
maralorn | Does that help?^^ | 19:19:38 |
12 Jun 2025 |
Sand Witch | In reply to @ners:nixos.dev
I'm trying to build a statically linked Haskell executable using pkgsStatic . If I'm understanding release-haskell.nix correctly, this derivation and all its deps should be cached: pkgsStatic.haskell.packages.native-bignum.ghc984.hello
I expect it to pull it from cache, but instead it starts building GHC from source. Am I missing something about how we cache things? BTW, ghc 9.6 and higher are broken on pkgsStatic: https://github.com/NixOS/nixpkgs/issues/275304 | 07:34:49 |
ners | In reply to @maralorn:maralorn.de Does that help?^^ Yes that worked! Thank you. :) | 07:43:40 |
MangoIV | In reply to @root:sandwitch.dev BTW, ghc 9.6 and higher are broken on pkgsStatic: https://github.com/NixOS/nixpkgs/issues/275304 More specifically, the issue
is that any Hadrian-built GHC is broken, iirc | 12:40:52 |
15 Jun 2025 |
| pulu changed their profile picture. | 16:28:40 |
| t4ccer left the room. | 19:06:54 |