github.com/status-im/status-go@v1.1.0/shell.nix (about) 1 # for passing build optionsm see nix/README 2 # TODO complet nix/README 3 { config ? { } }: 4 5 let 6 main = import ./nix { inherit config; }; 7 in 8 # use the default shell when calling nix-shell without arguments 9 main.shells.default