summary refs log tree commit diff
path: root/pkgs/applications/networking/cluster/terraform
diff options
context:
space:
mode:
authorShea Levy <shea@shealevy.com>2017-03-20 12:18:04 -0400
committerShea Levy <shea@shealevy.com>2017-03-20 12:18:04 -0400
commit853d01fe4164936175854a7fdb814deda63d60ce (patch)
treeb65a89c5e7fdf7f45d3cf8d543cabac54bd2e0f3 /pkgs/applications/networking/cluster/terraform
parent020791f7e10533dcd702121b047c5b74e88512f7 (diff)
downloadnixlib-853d01fe4164936175854a7fdb814deda63d60ce.tar
nixlib-853d01fe4164936175854a7fdb814deda63d60ce.tar.gz
nixlib-853d01fe4164936175854a7fdb814deda63d60ce.tar.bz2
nixlib-853d01fe4164936175854a7fdb814deda63d60ce.tar.lz
nixlib-853d01fe4164936175854a7fdb814deda63d60ce.tar.xz
nixlib-853d01fe4164936175854a7fdb814deda63d60ce.tar.zst
nixlib-853d01fe4164936175854a7fdb814deda63d60ce.zip
terraform: disable tests on old versions
Diffstat (limited to 'pkgs/applications/networking/cluster/terraform')
-rw-r--r--pkgs/applications/networking/cluster/terraform/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/networking/cluster/terraform/default.nix b/pkgs/applications/networking/cluster/terraform/default.nix
index a1bcd027f6ad..a91a28deba12 100644
--- a/pkgs/applications/networking/cluster/terraform/default.nix
+++ b/pkgs/applications/networking/cluster/terraform/default.nix
@@ -27,7 +27,7 @@ let
       export HOME=$TMP
     '';
 
-    doCheck = true;
+    doCheck = builtins.compareVersions version "0.8.8" >= 0;
 
     meta = with stdenv.lib; {
       description = "Tool for building, changing, and versioning infrastructure";