mirrorbits: use deleteVendor

This commit is contained in:
zowoq 2020-08-31 19:59:33 +10:00
parent c70cf7ace6
commit 8ad25211ca

View File

@ -30,6 +30,7 @@ buildGoPackage rec {
''; '';
goPackagePath = "github.com/etix/mirrorbits"; goPackagePath = "github.com/etix/mirrorbits";
deleteVendor = true;
goDeps = ./deps.nix; goDeps = ./deps.nix;
nativeBuildInputs = [ pkgconfig ]; nativeBuildInputs = [ pkgconfig ];