This website requires JavaScript.
Explore
Help
Sign In
certusone
/
tpuproxy
mirror of
https://github.com/certusone/tpuproxy.git
Watch
1
Star
0
Fork
You've already forked tpuproxy
0
Code
Issues
Projects
Releases
Wiki
Activity
main
tpuproxy
/
shell.nix
3 lines
101 B
Nix
Raw
Permalink
Blame
History
{
pkgs
?
import
<nixpkgs>
{
}
}:
pkgs
.
mkShell
{
packages
=
with
pkgs
;
[
go_1_19
rocksdb
libpcap
]
;
}
Reference in New Issue
View Git Blame
Copy Permalink