diff options
Diffstat (limited to 'tools/run/shell.nix')
-rw-r--r-- | tools/run/shell.nix | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/run/shell.nix b/tools/run/shell.nix index 97d8ed61ec59..e14bffae487c 100644 --- a/tools/run/shell.nix +++ b/tools/run/shell.nix @@ -1,5 +1,6 @@ let - pkgs = import <nixpkgs> {}; + briefcase = import <briefcase> {}; + pkgs = briefcase.third_party.pkgs; in pkgs.mkShell { buildInputs = with pkgs; [ go |