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
58
terraform_0_10_0 = generic {
59
59
version = "0.10.0";
60
60
sha256 = "1z6pmyfh4z5w8k2j46ancc0m9lsiq6d0m56nxj1kawb3n5q9dgds";
61
61
+
# remove debugging and the -dev postfix in the version
62
62
+
preBuild = ''
63
63
+
buildFlagsArray=(
64
64
+
-ldflags
65
65
+
"-X github.com/hashicorp/terraform/terraform.VersionPrerelease= -s -w"
66
66
+
)
67
67
+
'';
61
68
};
62
69
}