summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYaya <github@uwu.is>2023-10-24 04:29:28 -0700
committerYaya <github@uwu.is>2023-11-04 16:03:34 +0100
commit6a22237a6a41d2a7f6235c899493bb82b69160e2 (patch)
tree1a50f4766f22f3ceea099dd82aba9f1ad562a1bb
parentgitlab: fix Puma low-level error handler location (diff)
downloadnixpkgs-6a22237a6a41d2a7f6235c899493bb82b69160e2.tar.gz
gitaly: exclude from r-ryantm
gitaly needs to be updated in sync with the rest of the gitlab packages. (cherry picked from commit c551817e404af198827f726a1597e190c8226780)
-rw-r--r--pkgs/applications/version-management/gitlab/gitaly/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/applications/version-management/gitlab/gitaly/default.nix b/pkgs/applications/version-management/gitlab/gitaly/default.nix
index c78e48c0000f..04792fbfdea6 100644
--- a/pkgs/applications/version-management/gitlab/gitaly/default.nix
+++ b/pkgs/applications/version-management/gitlab/gitaly/default.nix
@@ -13,6 +13,7 @@ let
commonOpts = {
inherit version;
+ # nixpkgs-update: no auto update
src = fetchFromGitLab {
owner = "gitlab-org";
repo = "gitaly";