code, screenreader-unfriendly 

nix-repl> (rec { c.c = 1; __overrides = { c.d = 4; };}).c
{ d = 4; }

nix-repl> ({ c.c = 1; __overrides = { c.d = 4; };}).c
{ c = 1; }

Nix is a very well-defined language

re: code, screenreader-unfriendly 

Did I mention that I'm trying to write a bug-for-bug-compatible implementation

re: code, screenreader-unfriendly 

Given that all __overrides usage seems to have been eliminated from nixpkgs in 2014, I am very tempted to just declare the entire feature deprecated in my implementation, this thing is broken in so many ways

· · Web · 0 · 0 · 3
Sign in to participate in the conversation
Pixietown

Small server part of the pixie.town infrastructure. Registration is closed.