tpuproxy/shell.nix

3 lines
101 B
Nix

{ pkgs ? import <nixpkgs> { } }:
pkgs.mkShell { packages = with pkgs; [ go_1_19 rocksdb libpcap ]; }