| 15 Oct 2025 |
fzakaria | What was it before?
I see S3BinaryCacheStoreConfig now | 23:46:43 |
fzakaria | can you help me figure out what i'm missing to get it to build... it builds locally but not
nix build .#nix-store-tests
| 23:57:57 |
| 16 Oct 2025 |
Sergei Zimmerman (xokdvium) | In reply to @fzakaria:one.ems.host
can you help me figure out what i'm missing to get it to build... it builds locally but not
nix build .#nix-store-tests
🪵? I can take a look when I get a chance
Anyway it’s way past bed time for me 🛌 | 00:10:13 |
fzakaria | wow i found it...my nix skills are 13378 | 02:17:00 |
fzakaria | * wow i found it...my nix skills are 1337 | 02:17:02 |
fzakaria | hmm Github actions does something else with some wrapper | 02:59:23 |
Mic92 | We should make a call on https://github.com/NixOS/nix/pull/13971 | 08:07:51 |
John Ericson | Mic92: I also have some changes to make about how the disabling works that i think will help with that | 14:10:27 |
John Ericson | Robert Hensing (roberth): I think I am going to try to land your infra improvements (awesome!!) and just the hash change first | 14:12:38 |
Robert Hensing (roberth) | Ok, awesome. I'd done that kind of thing before, so I'm glad I could help | 14:13:32 |
Robert Hensing (roberth) | Not sure if separate schema files are the way to go btw. I've only used the doc generation tool with a single schema so far in nixops4 | 14:14:19 |
Robert Hensing (roberth) | (well, two mostly unrelated schemas) | 14:14:26 |
John Ericson | yeah was just thinking we might need that | 14:25:36 |
John Ericson | because of references between then | 14:25:42 |
John Ericson | but we can wait and see | 14:25:45 |
Robert Hensing (roberth) | one big schema should also be fine | 14:26:00 |
Robert Hensing (roberth) | at least for the store layer | 14:26:08 |
Robert Hensing (roberth) | that's where most of the JSON action is anyway | 14:26:25 |
fzakaria | John Ericson: i'm not sure what you meant on PR#14266 | 14:40:01 |
fzakaria | The bug is about encoding so LocalBinaryCacheStore wouldn't anyways be a 1:1 test | 14:40:21 |
John Ericson | Oh whoops OK I guess that doesn't help with that then | 14:41:21 |
fzakaria | although my test doesn't have a fix for it... after writing the unit tests i learned that '+' in the path doesn't get encoded. I couldn't reproduce it; I added notes on the linked issue that maybe it was S3 specific passing it as a query parameter. | 14:43:13 |
Mic92 | @Ericson2314:matrix.org: https://github.com/Mic92/niks3 since i am not aware of binary caches with gc that support the fully protocol including ca derivations, i created this. Currently working on the second production deployment. Also makes it really cheap to self-host high availability caches. You can get 1tb s3 buckets for 5 to 15 Dollar per month. | 14:46:26 |
John Ericson | Mic92: cool, but does it depend on harmonia / nixrs ? :) | 14:47:26 |
Mic92 | * @Ericson2314:matrix.org: https://github.com/Mic92/niks3 since i am not aware of binary caches with gc that support the full protocol including ca derivations, i created this. Currently working on the second production deployment. Also makes it really cheap to self-host high availability caches. You can get 1tb s3 buckets for 5 to 15 Dollar per month. | 14:47:35 |
Mic92 | No this is a completely different implementation ;) but I promise that the other thing comes next | 14:48:36 |
Mic92 | The actual difficulty was not the nix related protocols but getting the gc to work with some two phase commit | 14:50:13 |
John Ericson | Alright, I just wanna start sharing Rust code :) | 14:50:19 |
Mic92 | All those different object types i just wrote in a couple of days | 14:50:20 |
Mic92 | * The actual difficulty was not the nix related protocols but getting the gc to work with some two phase commit protocol | 14:50:34 |