Hi, is there a short form of the following? (i.e. is there a way to quickly use nixpkgs' pkgCross feature with an own package?) ``` nix build '(import { overlays = [ (self: super: { foo = super.callPackage ./foo.nix {}; }) ]; }).pkgCross.raspberryPi.foo' ```