about summary refs log tree commit diff
path: root/nixos/modules/services/misc/gitlab.nix
diff options
context:
space:
mode:
authorYaya <mak@nyantec.com>2023-05-23 11:34:00 +0000
committerYureka <yuka@yuka.dev>2023-05-31 22:14:25 +0200
commit6fed71cab2f4d74863970377d3289487c9a19ec0 (patch)
tree1c089c729a005c9e232c67cb84563b4befd39817 /nixos/modules/services/misc/gitlab.nix
parentae74238d4d65b1d01881e8407237a0a3d82d3441 (diff)
gitaly: Remove ruby dependencies
Ruby dependencies in gitaly have been removed in the 16.0.0 release. [1]

See GitLab Epic &2862 [2] for more info.

[1]: https://gitlab.com/gitlab-org/gitaly/-/commit/689556e70a14e189579e9a0c8daebaa2a25ce5f3
[2]: https://gitlab.com/groups/gitlab-org/-/epics/2862
Diffstat (limited to 'nixos/modules/services/misc/gitlab.nix')
-rw-r--r--nixos/modules/services/misc/gitlab.nix7
1 files changed, 0 insertions, 7 deletions
diff --git a/nixos/modules/services/misc/gitlab.nix b/nixos/modules/services/misc/gitlab.nix
index 12c67c5f5a1e7..e8b6ae16c50db 100644
--- a/nixos/modules/services/misc/gitlab.nix
+++ b/nixos/modules/services/misc/gitlab.nix
@@ -9,8 +9,6 @@ let
   toml = pkgs.formats.toml {};
   yaml = pkgs.formats.yaml {};
 
-  ruby = cfg.packages.gitlab.ruby;
-
   postgresqlPackage = if config.services.postgresql.enable then
                         config.services.postgresql.package
                       else
@@ -47,9 +45,6 @@ let
     [git]
     bin_path = "${pkgs.git}/bin/git"
 
-    [gitaly-ruby]
-    dir = "${cfg.packages.gitaly.ruby}"
-
     [gitlab-shell]
     dir = "${cfg.packages.gitlab-shell}"
 
@@ -1464,8 +1459,6 @@ in {
         openssh
         procps  # See https://gitlab.com/gitlab-org/gitaly/issues/1562
         git
-        cfg.packages.gitaly.rubyEnv
-        cfg.packages.gitaly.rubyEnv.wrappedRuby
         gzip
         bzip2
       ];