6b224a9e314b ^
0c71fc9d1d49 ^
85cdd46f0082 ^
1
2 3
4
5 6 7 8 9 10 11
let briefcase = import <briefcase> {}; pkgs = briefcase.third_party.pkgs; in pkgs.mkShell { buildInputs = with pkgs; [ nodejs python3 go goimports ]; }