jaeles: remove unnecessary runVend

This commit is contained in:
zowoq 2022-01-05 13:41:48 +10:00
parent 617bbe97df
commit 648005c3de

View file

@ -14,9 +14,7 @@ buildGoModule rec {
hash = "sha256-IGB+TYMOOO7fvRfDe9y+JSXuDSMDVJK+N4hS+kezG48="; hash = "sha256-IGB+TYMOOO7fvRfDe9y+JSXuDSMDVJK+N4hS+kezG48=";
}; };
vendorSha256 = "sha256-3CKDkxvr7egHui6d8+25t9Zq2ePMUOULr+1NjEm4GXA="; vendorSha256 = "sha256-R2cP5zNuGUs0/KeaGhbQm1m5gVBVhpcFrS/jsph3EBk=";
runVend = true;
# Tests want to download signatures # Tests want to download signatures
doCheck = false; doCheck = false;