nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix

kustomize: remove deleteVendor, enable checks

zowoq ffc53f66 66dd4f38

-3
-3
pkgs/development/tools/kustomize/default.nix
··· 23 23 # avoid finding test and development commands 24 24 sourceRoot = "source/kustomize"; 25 25 26 - deleteVendor = true; 27 26 vendorSha256 = "01ff3w4hwp4ynqhg8cplv0i2ixs811d2x2j6xbh1lslyyh3z3wc5"; 28 - 29 - doCheck = false; 30 27 31 28 meta = with lib; { 32 29 description = "Customization of kubernetes YAML configurations";