Is it possible to check if the current attrset contains a specfic key? Something like ``` rec { foo = "test"; bar = if hasAttr "foo" self then "bar" else null; } ``` Or in other words. How can I make `self` to reference my current attrset?