@ -0,0 +1,2 @@
use nix
export GOPATH=$(pwd)/vendor/
@ -0,0 +1,9 @@
with (import <nixpkgs> {});
mkShell {
buildInputs = [
gnumake
go
gocode
];
}