summary refs log tree commit diff
diff options
context:
space:
mode:
authorYaya <github@uwu.is>2023-10-24 04:59:25 -0700
committerYureka <yuka@yuka.dev>2023-11-03 13:31:29 +0100
commit7015bc99ee1816acc964c10471210e07b06e06f5 (patch)
treee703efa3c275276fb594a3aafd55c4d19c967234
parent379df76ed79db5e45798d3b6d75557fdf8806533 (diff)
downloadnixpkgs-7015bc99ee1816acc964c10471210e07b06e06f5.tar
nixpkgs-7015bc99ee1816acc964c10471210e07b06e06f5.tar.gz
nixpkgs-7015bc99ee1816acc964c10471210e07b06e06f5.tar.bz2
nixpkgs-7015bc99ee1816acc964c10471210e07b06e06f5.tar.lz
nixpkgs-7015bc99ee1816acc964c10471210e07b06e06f5.tar.xz
nixpkgs-7015bc99ee1816acc964c10471210e07b06e06f5.tar.zst
nixpkgs-7015bc99ee1816acc964c10471210e07b06e06f5.zip
gitlab-shell: exclude from r-ryantm
-rw-r--r--pkgs/applications/version-management/gitlab/gitlab-shell/default.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/applications/version-management/gitlab/gitlab-shell/default.nix b/pkgs/applications/version-management/gitlab/gitlab-shell/default.nix
index 6dd006e029f..882cb5f5384 100644
--- a/pkgs/applications/version-management/gitlab/gitlab-shell/default.nix
+++ b/pkgs/applications/version-management/gitlab/gitlab-shell/default.nix
@@ -3,6 +3,8 @@
 buildGoModule rec {
   pname = "gitlab-shell";
   version = "14.29.0";
+
+  # nixpkgs-update: no auto update
   src = fetchFromGitLab {
     owner = "gitlab-org";
     repo = "gitlab-shell";