4 lines
65 B
Nix
4 lines
65 B
Nix
|
let
|
||
|
somepkg.src = throw "invalid foo bar";
|
||
|
in somepkg.src.meta
|