| 16 Oct 2025 |
Robert Hensing (roberth) | oh interesting | 17:10:05 |
Robert Hensing (roberth) | I didn't need it | 17:10:30 |
John Ericson | Sergei Zimmerman (xokdvium): btw (just so you see it here) I am trying to see if this tool can do cross-file references for json schema now | 17:26:30 |
John Ericson | but I don't have high hopes | 17:26:34 |
John Ericson | Robert Hensing (roberth): you had to provide a root , it couldn't just be definitions, for single file version? | 17:26:58 |
fzakaria | 21x speedup for nix nar cat | ls https://github.com/NixOS/nix/pull/14273 | 17:27:13 |
fzakaria | there is so many abstractions in the codebase | 17:28:26 |
fzakaria | hardest part was figuring out which to use :P | 17:28:31 |
fzakaria | thankfully someone already made makeLazyNarAccessor so the work was easy :P | 17:28:46 |
Robert Hensing (roberth) | I think I had to. You could have a tiny file that imports stuff, but it's not aware of other files to link to in the output, afaik | 17:32:11 |
Robert Hensing (roberth) | You can just put a big oneOf in the root | 17:32:39 |
John Ericson | Robert Hensing (roberth): OK I think I got in a state I like it | 19:30:40 |
John Ericson | how do we review it? :) | 19:30:43 |
John Ericson | * how do we review it? cause after making a bunch of changes I don't think I should just merge it :) | 19:31:03 |
John Ericson | I made the hash serializer a second commit for a future Pr | 19:31:20 |
John Ericson | this one just does the derivation serializer | 19:31:27 |
John Ericson | but it still has multiple .yaml files | 19:31:34 |