status-react/default.nix

10 lines
207 B
Nix

{
config ? { status-im = { build-type = ""; }; }, # for passing build options, see nix/README.md
}:
let
main = import ./nix/default.nix { inherit config; };
in {
inherit (main) pkgs targets shells;
}