tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
terraform_0_10_0: tune build
zimbatm.tngl.sh
8 years ago
e0a848fb
dc50dcf9
+7
1 changed file
expand all
collapse all
unified
split
pkgs
applications
networking
cluster
terraform
default.nix
+7
pkgs/applications/networking/cluster/terraform/default.nix
···
58
terraform_0_10_0 = generic {
59
version = "0.10.0";
60
sha256 = "1z6pmyfh4z5w8k2j46ancc0m9lsiq6d0m56nxj1kawb3n5q9dgds";
0
0
0
0
0
0
0
61
};
62
}
···
58
terraform_0_10_0 = generic {
59
version = "0.10.0";
60
sha256 = "1z6pmyfh4z5w8k2j46ancc0m9lsiq6d0m56nxj1kawb3n5q9dgds";
61
+
# remove debugging and the -dev postfix in the version
62
+
preBuild = ''
63
+
buildFlagsArray=(
64
+
-ldflags
65
+
"-X github.com/hashicorp/terraform/terraform.VersionPrerelease= -s -w"
66
+
)
67
+
'';
68
};
69
}