| 18 Jan 2026 |
Robert Hensing (roberth) | I would much appreciate your feedback on https://github.com/NixOS/rfcs/pull/196: Self-describing store This RFC proposes that stores provide a nix-store.json file declaring their properties, enabling:
- Discovery of store settings (storeDir, encoding, etc.)
- Forward compatibility through explicit feature requirements
- A unified replacement for the ad hoc nix-cache-info format
| 16:55:25 |
Robert Hensing (roberth) | (best discussed over there) | 16:56:38 |
| losvedar joined the room. | 17:37:54 |
| isabel changed their profile picture. | 20:43:31 |
| 19 Jan 2026 |
Eelco | looks good to me in principle | 10:01:39 |
raboof | is it expected that // is not lazy? i.e. it evaluates the LHS even if the RHS holds the thing I'm taking from it? | 14:26:57 |
raboof | * is it expected that // is not lazy? i.e. it evaluates the left parameter even if the right parameter holds the thing I'm taking from it? | 14:27:44 |
Alyssa Ross | nix-repl> ({ foo = throw "oh no"; } // { foo = 1; }).foo
1
| 14:28:09 |