code, screenreader-unfriendly Show more
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 Show more
Did I mention that I'm trying to write a bug-for-bug-compatible implementation
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
Small server part of the pixie.town infrastructure. Registration is closed.