with import {}; stdenv.mkDerivation { name = "nixin-backend"; buildInputs = [ go ]; shellHook = '' PATH=$PATH:~/go/bin ''; }