12 Aug 2025 |
| Matthew changed their display name from Matthew to Matthew|away. | 20:49:02 |
13 Aug 2025 |
| Picnoir changed their display name from Picnoir DECT 7426 to Picnoir. | 13:23:06 |
| matthewcroughan changed their display name from matthewcroughan @ WHY2025 (DECT: 8793) to matthewcroughan. | 17:35:04 |
Mic92 | nix 2.30 backport: https://github.com/NixOS/nixpkgs/pull/433483 | 21:04:13 |
14 Aug 2025 |
Mic92 | Another PR to get rid of a nix 2.24 consumer: https://github.com/NixOS/nixpkgs/pull/433594 | 08:35:57 |
Mic92 | nix-heuristic-gc: bump https://github.com/risicle/nix-heuristic-gc/pull/8Sergei Zimmerman (xokdvium) | 08:36:29 |
Mic92 | nixos-rebuild-ng: https://github.com/NixOS/nixpkgs/pull/433599 | 08:48:24 |
Mic92 | nix-inspect: https://github.com/bluskript/nix-inspect/pull/25 | 09:31:56 |
Mic92 | nix-plugins: https://github.com/shlevy/nix-plugins/pull/22 | 09:49:26 |
magic_rb | Do you have list of nix dependent projects somewhere? | 09:53:10 |
Mic92 | rg nix_2_24 | 10:06:48 |
Mic92 | for an up-to-date list | 10:06:52 |
Mic92 | John Ericson: https://github.com/NixOS/nixpkgs/pull/433617 you will like this one | 10:07:28 |
John Ericson | In reply to @joerg:thalheim.io John Ericson: https://github.com/NixOS/nixpkgs/pull/433617 you will like this one Wooo!! | 14:00:33 |
15 Aug 2025 |
fzakaria | Sergei Zimmerman (xokdvium): i finished https://github.com/NixOS/nix/pull/13757
John Ericson i kind of went a bit wild in that and used c++ to setup the test case... There's so little examples of how to setup a Store etc.. in a unit test. I wanted to see what that's like rather than just a functional bash test.
| 05:22:12 |
fzakaria | 1 line fix, 200 line test | 05:22:52 |
John Ericson | there is a GTest class in libstore test support that opens a store btw | 05:24:05 |
John Ericson | maybe that will help? | 05:24:09 |
John Ericson | * there is a GTest class in libstore-test-support that opens a store btw | 05:24:21 |
John Ericson | I forget whether it is a dummy:// store | 05:24:28 |
John Ericson | (got to go to bed now, though) | 05:26:08 |
fzakaria | gnight! I think the Input has to actually write to the store ? so dummy:// isn't good enough (i think?) | 05:27:54 |
fzakaria | I thought maybe there could be memory:// but I got it all working... the auto registering of things so you can just do "auto" was really confusing to learn | 05:28:21 |
John Ericson | I have a draft PR for that | 05:36:32 |
John Ericson | or maybe it's not even draft | 05:36:38 |
John Ericson | feel free to go take it | 05:36:43 |
John Ericson | we just needed a use-case for it, and now we have one | 05:36:50 |
John Ericson | (it was always gonna be unit testing) | 05:37:02 |
| muneer changed their profile picture. | 10:32:21 |
fzakaria | i can take it up after; right now having the store be temporary directory for just fetching inputs feels okay -- but I want it. | 15:35:40 |