| 16 Sep 2025 |
| nyanbinary 🏳️⚧️ removed their profile picture. | 16:45:36 |
| nyanbinary 🏳️⚧️ set a profile picture. | 18:21:14 |
| Sapphire changed their profile picture. | 21:14:54 |
| 17 Sep 2025 |
| QuadRadical (Ping) joined the room. | 23:49:53 |
| 16 Sep 2025 |
rosssmyth | Found an interesting thing: If I compile something with dontStrip = true; with craneLib & pkgsCross.mingwW64 the resulting .exe file does not work. If I remove that attribute, it works fine. | 22:13:36 |
| 19 Sep 2025 |
| antifuchs joined the room. | 22:16:11 |
antifuchs | hmm, weird. I have a rust package that has been building for a year and change, and after an upgrade of the nixpkgs-unstable branch, is now producing a binary that is missing libssl.so.3 and libcrypto.so.3 when I ldd it (also when running it, the program fails to execute. did something change in openssl outputs or something, or is this something about the rust build process that changed? | 22:18:33 |
| 21 Sep 2025 |
| @ximian:matrix.org left the room. | 19:31:12 |
| 23 Sep 2025 |
| kenji changed their display name from a-kenji to kenji. | 10:41:30 |
| @freexploit:trafkin.com | 20:37:11 |
| @freexploit:trafkin.com | 20:37:33 |
| @freexploit:trafkin.com left the room. | 20:38:10 |
| RyanBruno joined the room. | 22:22:36 |
| 25 Sep 2025 |
| nyanbinary 🏳️⚧️ removed their profile picture. | 16:30:49 |
| nyanbinary 🏳️⚧️ set a profile picture. | 16:35:19 |
| 26 Sep 2025 |
eljamm | Does anyone know why this deps hash mismatch is happening on darwin? | 08:47:01 |
dramforever | gdscript-formatter depends on a fork of tree-sitter-gdscript, which has both the bindings/swift/TreeSitterGdscript directory and bindings/swift/TreeSitterGDscript directory
https://github.com/NathanLovato/tree-sitter-gdscript/tree/gdquest/GDScript-formatter/bindings/swift
| 09:36:53 |
dramforever | since macos is case insensitive, this is not possible and the files involved forced to overwrite each other | 09:37:20 |
K900 | Mmmm casehacj | 09:37:48 |
K900 | * | 09:37:52 |
@saiko:knifepoint.net | case sensitive store when 🫠 | 09:39:49 |
eljamm | Thanks for figuring it out! Is there a way for working around this, perhaps? Is it possible to override the dependency and delete that directory? | 09:49:51 |
| Yusuf Raji set a profile picture. | 13:41:36 |
| 27 Sep 2025 |
dramforever | check out postFetch | 13:16:56 |
dramforever | unrelatedly | 13:16:58 |
dramforever | every time i look at rust-hypervisor-firmware i wonder how it could possibly work | 13:17:14 |
dramforever | how do you even build it | 13:20:07 |
Tristan Ross | Is there a modern example of doing UEFI things in Rust with Nix? Everything I see is 4 years old and looks like it wouldn't work. | 20:51:44 |
| utdemir joined the room. | 21:31:28 |
utdemir | Hey - I'm building a Rust application (on a Mac with { system = x86_64-linux } using a linux builder) using crate2nix and on the final executable I'm seeing a dependency to rust-minimal-1.85.0 - which then pulls in a lot of development tooling. Is there any flag etc. I can set to reduce the dependencies?
Sorry I don't have an example I can show - but practically it's not much different than the hello-world example on their repo.
| 21:34:34 |