Sign in
fuchsia
/
third_party
/
go-humanize
/
upstream/master
/
.
/
shell.nix
blob: 8c3ed9b17922e25337bed55a5d1cb45be98eb5f6 [
file
] [
log
] [
blame
]
{
pkgs
?
import
<nixpkgs>
{
}
}:
with
pkgs
;
mkShell
{
buildInputs
=
[
go
gotools
];
shellHook
=
''
''
;
}