mirror of
https://github.com/status-im/status-go.git
synced 2025-01-09 14:16:21 +00:00
f9df853e4a
Signed-off-by: Alexis Pentori <alexis@status.im>
10 lines
228 B
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
|