| 24 Oct 2025 |
fzakaria | oh found it | 04:00:45 |
fzakaria | interesting building the manual needs to build nix | 04:01:43 |
fzakaria | btw some feedback: The JSON schema stuff is a lot of UX noise.
Would be nice to see layout of the actual JSON complete.
(It would be the simple 'json schema' from the examples https://coveooss.github.io/json-schema-for-humans/#/Examples?id=additionalproperties) | 04:16:46 |
fzakaria | what's wrapdb for meson? | 17:28:17 |
fzakaria | Do i want that for googletest? | 17:28:20 |
fzakaria | [wrap-file]
directory = googletest-release-1.11.0
source_url = https://github.com/google/googletest/archive/release-1.11.0.tar.gz
source_filename = gtest-1.11.0.tar.gz
source_hash = b4870bf121ff7795ba20d20bcdd8627b8e088f2d1dab299a031c1034eddc93d5
patch_filename = gtest_1.11.0-2_patch.zip
patch_url = https://wrapdb.mesonbuild.com/v2/gtest_1.11.0-2/get_patch
patch_hash = 764530d812ac161c9eab02a8cfaec67c871fcfc5548e29fd3d488070913d4e94
| 17:28:23 |
Bryan Honof | How are the gfortran* attributes created? I'm assuming it has something to do with the GCC recipe inside of nixpkgs, but I can't figure out how they end up as those attributes. I can see some throw, like gfortran12, but I see no mention of gfortran13 in the code for example. Yet a nix build nixpkgs#gfortran13 yields results. | 18:38:59 |
Bryan Honof | Ah... I'm just blind. | 18:44:20 |
Bryan Honof | They're literally in pkgs/by-name. | 18:44:31 |
lovesegfault | Someone with perms should click retry on this: https://github.com/NixOS/nix/actions/runs/18785650252/job/53605193639 | 18:52:47 |
fzakaria | added the full test suite for the kaitai spec. | 18:54:14 |
| seapat | 20:34:20 |
vcunat | FYI, just noticed that quite a few Nix jobs are failing on master now:
https://hydra.nixos.org/eval/1819628#tabs-still-fail | 22:56:55 |
Sergei Zimmerman (xokdvium) | It's the usual cross mingw dance with trivial fixes. Also sanitizers on 32 bit x86 need to be looked into, but nothing worrying. | 23:00:12 |
Sergei Zimmerman (xokdvium) |
need to be looked into
Or disabled. If anybody wants to give it a shot it'd be great
| 23:01:08 |
Sergei Zimmerman (xokdvium) | This one looks like a failed dependency: https://hydra.nixos.org/build/311246275 and a very fun one: https://hydra.nixos.org/build/311246275/nixlog/1. Something dependent on current time | 23:03:39 |
| 25 Oct 2025 |
lovesegfault | why do we have both showBytes and renderSize? | 03:49:25 |
lovesegfault | https://github.com/NixOS/nix/pull/14358 | 03:56:03 |
| ImxKiyo joined the room. | 11:29:22 |
| 26 Oct 2025 |
| @levigross:matrix.org left the room. | 16:50:35 |
fzakaria | what is this failure | 22:35:45 |
fzakaria |
error: derivation '/nix/store/apdpsp8p798gz9a551bf64z6j1hrna6x-pre-commit-4.0.1.drv' specifies a sandbox profile, but this is only allowed when 'sandbox' is 'relaxed'
| 22:35:46 |
Winter | the package requires a sandboxProfile to be built on macOS | 22:37:20 |
Winter | so you need to lower your sandbox restriction to allow that | 22:37:28 |
fzakaria | hmm; i updated nixpkgs in the flake in CppNix | 22:37:48 |
fzakaria | something i guess in nixpkgs got changed; doesn't say what though | 22:38:03 |
Winter | nix derivation show on it? | 22:39:10 |
Winter | not sure what you mean by this, it’s pre-commit | 22:39:23 |
Winter | in nixpkgs@25.05 | 22:39:28 |
fzakaria | oh pre-commit itself; i thought maybe a drv it depended on | 22:39:49 |