about summary refs log tree commit diff
path: root/pkgs/applications/version-management/gitlab
diff options
context:
space:
mode:
authorSigmanificient <edhyjox@gmail.com>2024-05-20 05:17:03 +0200
committerSigmanificient <edhyjox@gmail.com>2024-05-20 05:20:23 +0200
commita2353716f6adc0ec2616492f9e8f6e4f36fa40c9 (patch)
treefe464dc5a93ae20d93b8d8c977c2649e219b7253 /pkgs/applications/version-management/gitlab
parent8762fc04eb6c91b4e08ef89a89ad1144e28196f1 (diff)
treewide: remove unused occurence of fetchurl argument
Diffstat (limited to 'pkgs/applications/version-management/gitlab')
-rw-r--r--pkgs/applications/version-management/gitlab/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/version-management/gitlab/default.nix b/pkgs/applications/version-management/gitlab/default.nix
index 2e440e2b9766d..c7a2823c6608b 100644
--- a/pkgs/applications/version-management/gitlab/default.nix
+++ b/pkgs/applications/version-management/gitlab/default.nix
@@ -1,4 +1,4 @@
-{ stdenv, lib, fetchurl, fetchpatch, fetchFromGitLab, bundlerEnv
+{ stdenv, lib, fetchpatch, fetchFromGitLab, bundlerEnv
 , ruby_3_1, tzdata, git, nettools, nixosTests, nodejs, openssl
 , defaultGemConfig, buildRubyGem
 , gitlabEnterprise ? false, callPackage, yarn