2024-01-20 Nix team meeting minutes #209
Monday work session
Attendees: @edolstra @roberth @Ericson2314
Today’s session focused on fixes ahead of this week’s releases.
buildStatic.nix-*-tests fails to build · Issue #12285 · NixOS/nix · GitHub
Fixed in Fix static build of nix by roberth · Pull Request #12297 · NixOS/nix · GitHub
processGraph(): Don't throw ThreadPoolShutDown if there is an exception by edolstra · Pull Request #12294 · NixOS/nix · GitHub
Merged
tests: Wait for network *online* and multi-user targets by roberth · Pull Request #12302 · NixOS/nix · GitHub
Merged, as well as follow-up tests: Wait for network *online* targets and/or multi-user targets (more) by roberth · Pull Request #12315 · NixOS/nix · GitHub
processGraph(): Don't throw ThreadPoolShutDown if there is an exception by edolstra · Pull Request #12294 · NixOS/nix · GitHub
Merged (error message fix)
addMultipleToStore(): Move pathsToCopy by edolstra · Pull Request #12296 · NixOS/nix · GitHub
Merged (performance improvement, crash fix)
Fixes for `nix-everything` wrapper by Ericson2314 · Pull Request #12316 · NixOS/nix · GitHub
Merged
mergify: Add automatic backport label by roberth · Pull Request #12309 · NixOS/nix · GitHub
Merged (label to improve the human part of the backporting workflow)
mingw fixes by edolstra · Pull Request #12298 · NixOS/nix · GitHub
Merged
Introduce `DerivationOptions` by Ericson2314 · Pull Request #12292 · NixOS/nix · GitHub
Reviewed
Document Derivations and Deriving Paths by Ericson2314 · Pull Request #12290 · NixOS/nix · GitHub
Discussed and worked on