buildGoModule packages: set doCheck = false
This commit is contained in:
@@ -23,6 +23,8 @@ buildGoModule rec {
|
||||
|
||||
vendorSha256 = import ./vendor-sha.nix;
|
||||
|
||||
doCheck = false;
|
||||
|
||||
postPatch = ''
|
||||
substituteInPlace app.go \
|
||||
--replace 'Version = "unknown"' 'Version = "${version}"'
|
||||
|
||||
Reference in New Issue
Block a user