1 2 3 4 5 6
let as = { foo = "bar"; }; pos = builtins.unsafeGetAttrPos "foo" as; in { inherit (pos) column line; file = baseNameOf pos.file; }