5 lines
101 B
Nix
5 lines
101 B
Nix
|
let
|
||
|
pos = builtins.unsafeGetAttrPos "y" (import ./eval-okay-unsafeGetAttrPos.imported-nix);
|
||
|
in
|
||
|
pos
|