summary refs log tree commit diff
path: root/pkgs/development/ruby-modules
diff options
context:
space:
mode:
authorSandro <sandro.jaeckel@gmail.com>2021-04-12 20:11:18 +0200
committerGitHub <noreply@github.com>2021-04-12 20:11:18 +0200
commit5ab8127b918af2ef5a723d55d92a8f04771eae57 (patch)
tree6dcd3ee0a4c93eaf4c30f3b7a2f92bcfacf4f9b8 /pkgs/development/ruby-modules
parent2be7176ab34922d263fd81348c5e4877e6b88843 (diff)
parent878bae114264a36e8ef32d71e1ecd78560be983e (diff)
downloadnixpkgs-5ab8127b918af2ef5a723d55d92a8f04771eae57.tar
nixpkgs-5ab8127b918af2ef5a723d55d92a8f04771eae57.tar.gz
nixpkgs-5ab8127b918af2ef5a723d55d92a8f04771eae57.tar.bz2
nixpkgs-5ab8127b918af2ef5a723d55d92a8f04771eae57.tar.lz
nixpkgs-5ab8127b918af2ef5a723d55d92a8f04771eae57.tar.xz
nixpkgs-5ab8127b918af2ef5a723d55d92a8f04771eae57.tar.zst
nixpkgs-5ab8127b918af2ef5a723d55d92a8f04771eae57.zip
Merge pull request #115582 from jdelStrother/bundler-override
bundlerEnv: Allow overriding bundler
Diffstat (limited to 'pkgs/development/ruby-modules')
-rw-r--r--pkgs/development/ruby-modules/bundler-env/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/ruby-modules/bundler-env/default.nix b/pkgs/development/ruby-modules/bundler-env/default.nix
index d412d10102f..faef3be4d91 100644
--- a/pkgs/development/ruby-modules/bundler-env/default.nix
+++ b/pkgs/development/ruby-modules/bundler-env/default.nix
@@ -23,7 +23,7 @@
 let
   inherit (import ../bundled-common/functions.nix {inherit lib ruby gemConfig groups; }) genStubsScript;
 
-  basicEnv = (callPackage ../bundled-common {}) (args // { inherit pname name; mainGemName = pname; });
+  basicEnv = (callPackage ../bundled-common { inherit bundler; }) (args // { inherit pname name; mainGemName = pname; });
 
   inherit (basicEnv) envPaths;
   # Idea here is a mkDerivation that gen-bin-stubs new stubs "as specified" -