buildGoModule packages: set doCheck = false
This commit is contained in:
@@ -14,6 +14,8 @@ buildGoModule rec {
|
||||
goPackagePath = "github.com/Mic92/nix-build-uncached";
|
||||
vendorSha256 = null;
|
||||
|
||||
doCheck = false;
|
||||
|
||||
nativeBuildInputs = [ makeWrapper ];
|
||||
|
||||
postInstall = ''
|
||||
|
||||
Reference in New Issue
Block a user