gonix
/
tests
/
functional2
/
lang
/
select-err
/
in.nix
1
2
3
let
somepkg
.
src
=
throw
"invalid foo bar"
;
in
somepkg
.
src
.
meta