Wednesday triage meeting
Attendees: @roberth @edolstra @Ericson2314 @tomberek
Triage
https://github.com/NixOS/nix/pull/11761
Looks alright. Assigned to @Mic92
warning: download buffer is full; consider increasing the 'download-buffer-size' setting (won't work) · Issue #11728 · NixOS/nix · GitHub
We should investigate the CURL blocking issue
- suspicious sleep call; should the callback return quickly?
`path:${builtins.storeDir}/...` input is not fetchable when eval store is relocated · Issue #12040 · NixOS/nix · GitHub
Discussed. Not clear exactly what broke.
Use `nix-eval-jobs` and delete `hydra-eval-jobs` by Ericson2314 · Pull Request #1421 · NixOS/hydra · GitHub
@Ericson2314 and @Mic92 made progress on replacing hydra-eval-jobs by nix-eval-jobs. What is left is testing that flake jobs still work correctly.