Attendees: @edolstra @fricklerhandwerk @roberth (later: @tomberek, @Ericson2314)
Notes
-
NixOS tests still OOM
- Run the functional tests in a NixOS environment by roberth · Pull Request #10922 · NixOS/nix · GitHub
- @roberth: may actually be the evaluation
-
Who’s shepherding the Derivation refactoring PR?
-
`derivationOf` primop · Issue #10120 · NixOS/nix · GitHub
- idea approved
-
- merged
-
- @edolstra reviewed
-
- assigned to @roberth
No global eval settings in `libnixexpr` by Ericson2314 · Pull Request #10913 · NixOS/nix · GitHub
- How to set config?
- bunch of settings setters / builder pattern is a lot of C boilerplate to maintain
- Can just parse settings from JSON
- parameters for stores, but generic json otherwise
- The JSON should be based on the application data model (classes), not based on the nix.conf structure
- Structured, with the right JSON types, e.g. list for NIX_PATH
-
coercedTo str (split) (listOf str)
?