tvl-depot/scratch/deepmind/part_two/shell.nix

12 lines
176 B
Nix
Raw Normal View History

let
briefcase = import <briefcase> {};
pkgs = briefcase.third_party.pkgs;
in pkgs.mkShell {
buildInputs = with pkgs; [
nodejs
python3
go
goimports
];
}