| 27 Dec 2025 |
| lockmann joined the room. | 06:54:05 |
| matthewcroughan changed their display name from matthewcroughan to matthewcroughan @ 39c3 (DECT 94667 or 97340 or 67192). | 14:36:12 |
| 29 Dec 2025 |
| n3tcat joined the room. | 02:22:30 |
| n3tcat set a profile picture. | 02:24:47 |
| n3tcat left the room. | 02:33:13 |
| 1 Jan 2026 |
symphorien | do you think it would be a problem to make cmake depend on targetPlatform ? so that it has some options preconfigured with knowledge of it ? | 17:28:34 |
symphorien | see the discussion on #users:nixos.org | 17:28:52 |
| whispers [& it/fae] joined the room. | 17:30:03 |
| sielicki joined the room. | 17:30:54 |
Alyssa Ross | Generally we try to avoid targetPlatform | 17:31:00 |
Alyssa Ross | It might be less objectionable once to do it in the CMake hooks once they're separated from the cmake package. | 17:31:17 |
sielicki | the context is this idea: https://github.com/sielicki/nix-cmake/blob/main/pkgs/cmake-toolchain-hook/cmake-toolchain.nix | 17:31:39 |
sielicki | targetPlatform is used unnecessarily there, I only use it as a comment to identify the stdenv (probably, incorrectly/imprecisely) | 17:32:48 |
symphorien | so on x86 when you build pkgsCross.aarch64-multiplatform.something_that_uses_cmake, when building cmake, the hostplatform is x86 (the one running cmake) the buildplatform is x86 and only the targetplatform is aarch64 | 17:34:43 |