status-go/shell.nix

10 lines
228 B
Nix

# for passing build optionsm see nix/README
# TODO complet nix/README
{ config ? { } }:
let
main = import ./nix { inherit config; };
in
# use the default shell when calling nix-shell without arguments
main.shells.default