tangled
alpha
login
or
join now
tjh.dev
/
nixpkgs
0
fork
atom
nixpkgs mirror (for testing)
github.com/NixOS/nixpkgs
nix
0
fork
atom
overview
issues
pulls
pipelines
kustomize: remove deleteVendor, enable checks
zowoq
5 years ago
ffc53f66
66dd4f38
-3
1 changed file
expand all
collapse all
unified
split
pkgs
development
tools
kustomize
default.nix
-3
pkgs/development/tools/kustomize/default.nix
reviewed
···
23
23
# avoid finding test and development commands
24
24
sourceRoot = "source/kustomize";
25
25
26
26
-
deleteVendor = true;
27
26
vendorSha256 = "01ff3w4hwp4ynqhg8cplv0i2ixs811d2x2j6xbh1lslyyh3z3wc5";
28
28
-
29
29
-
doCheck = false;
30
27
31
28
meta = with lib; {
32
29
description = "Customization of kubernetes YAML configurations";