tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
terraform: disable tests on old versions
Shea Levy
9 years ago
853d01fe
020791f7
+1
-1
1 changed file
expand all
collapse all
unified
split
pkgs
applications
networking
cluster
terraform
default.nix
+1
-1
pkgs/applications/networking/cluster/terraform/default.nix
···
27
export HOME=$TMP
28
'';
29
30
-
doCheck = true;
31
32
meta = with stdenv.lib; {
33
description = "Tool for building, changing, and versioning infrastructure";
···
27
export HOME=$TMP
28
'';
29
30
+
doCheck = builtins.compareVersions version "0.8.8" >= 0;
31
32
meta = with stdenv.lib; {
33
description = "Tool for building, changing, and versioning infrastructure";