status-react/default.nix

11 lines
271 B
Nix

# for passing build options, see nix/README.md
{ config ? { status-im = { }; } }:
let
main = import ./nix/default.nix { inherit config; };
in {
# this is where the --attr argument selects the shell or target
inherit (main) pkgs targets shells;
inherit config;
}