1 2 3 4 5 6 7 8
let self = let s = builtins.mapAttrs self.f { a = 1; b = 2; }; in { f = _: x: x; } // s; in self