Attendees: @thufschmitt @Ericson2314 @fricklerhandwerk @infinisil @edolstra @roberth @tomberek
Review
- restructure attribute listing to `derivation` by fricklerhandwerk · Pull Request #7320 · NixOS/nix · GitHub
- @fricklerhandwerk will fix up discussed issues
- assigned for merging to @edolstra
- https://github.com/NixOS/nix/pull/7332
- postponed, waiting for dependencies
- Move the default profiles to the user’s home by thufschmitt · Pull Request #5226 · NixOS/nix · GitHub
- @thufschmitt: have to work on it more
- postponed
- Remove the usage of VLAs in the code by thufschmitt · Pull Request #7348 · NixOS/nix · GitHub
- postponed, @thufschmitt will add benchmarks
- https://github.com/NixOS/nix/pull/7470#issuecomment-1357994212
- decision: merge this and add two follow-ups:
- document how to enter and run arbitrary command in the test environment
- refactor initialisation of test environment to make it easier to understand
- assigned to @edolstra to follow up
- decision: merge this and add two follow-ups:
- `OutputSpec` for `DerivationGoal` and `DerivedPath`, today's `OutputSpec` -> `ExtendedOutputSpec` by Ericson2314 · Pull Request #6815 · NixOS/nix · GitHub
- discussed the
Rawpattern - @edolstra provided some context on the distinction of different stores for evaluation, source files and build results (for functions which take
storeandevalStore)- eval and the rest are already split, and only Hydra has a distinct destination store for build results
- approved, modulo some comments for clarification
- discussed the