summary refs log tree commit diff
path: root/pkgs/applications/networking/cluster
diff options
context:
space:
mode:
authorzowoq <59103226+zowoq@users.noreply.github.com>2023-11-16 10:11:05 +1000
committerzowoq <59103226+zowoq@users.noreply.github.com>2023-11-16 11:35:32 +1000
commit6a19af3e00770531136d8f27e3a452a549224bf4 (patch)
tree4534db9ac2ed43503a321b709638a659fdcc7bd4 /pkgs/applications/networking/cluster
parent5105831eae48e1d610be2648f6275ebda58b5085 (diff)
downloadnixpkgs-6a19af3e00770531136d8f27e3a452a549224bf4.tar
nixpkgs-6a19af3e00770531136d8f27e3a452a549224bf4.tar.gz
nixpkgs-6a19af3e00770531136d8f27e3a452a549224bf4.tar.bz2
nixpkgs-6a19af3e00770531136d8f27e3a452a549224bf4.tar.lz
nixpkgs-6a19af3e00770531136d8f27e3a452a549224bf4.tar.xz
nixpkgs-6a19af3e00770531136d8f27e3a452a549224bf4.tar.zst
nixpkgs-6a19af3e00770531136d8f27e3a452a549224bf4.zip
terraform-providers: disable update bot
Diffstat (limited to 'pkgs/applications/networking/cluster')
-rw-r--r--pkgs/applications/networking/cluster/terraform-providers/default.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/applications/networking/cluster/terraform-providers/default.nix b/pkgs/applications/networking/cluster/terraform-providers/default.nix
index b89cc624bd4..6769c46868d 100644
--- a/pkgs/applications/networking/cluster/terraform-providers/default.nix
+++ b/pkgs/applications/networking/cluster/terraform-providers/default.nix
@@ -46,6 +46,8 @@ let
           name = "source-${rev}";
           inherit owner repo rev hash;
         };
+        # nixpkgs-update: no auto update
+        # easier to update all providers together
 
         meta = {
           inherit homepage;