about summary refs log tree commit diff
path: root/pkgs/development/ruby-modules
diff options
context:
space:
mode:
authorArtturin <Artturin@artturin.com>2024-06-18 20:36:46 +0300
committerGitHub <noreply@github.com>2024-06-18 20:36:46 +0300
commitc47aaa6439ac8defdfce0b5032cd918c807af22e (patch)
tree9ef1efa9e4e3a881b9d151f39d464037c816275c /pkgs/development/ruby-modules
parent2741b089d81e2f9888bcec489e386dd3edd54191 (diff)
parentf299debaac1cd0271291e9061aae486b46be2400 (diff)
Merge pull request #317076 from amarshall/bundlerenv-passthru
bundlerEnv: Fix passthru not being passed-through
Diffstat (limited to 'pkgs/development/ruby-modules')
-rw-r--r--pkgs/development/ruby-modules/bundled-common/default.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/pkgs/development/ruby-modules/bundled-common/default.nix b/pkgs/development/ruby-modules/bundled-common/default.nix
index cd2f6f379efc5..3bb95521132b0 100644
--- a/pkgs/development/ruby-modules/bundled-common/default.nix
+++ b/pkgs/development/ruby-modules/bundled-common/default.nix
@@ -23,6 +23,7 @@
 , nativeBuildInputs ? []
 , buildInputs ? []
 , extraConfigPaths ? []
+, passthru ? {}
 , ...
 }@args:
 
@@ -182,7 +183,7 @@ let
             exit 1
           '';
         };
-    });
+    } // passthru);
   };
 
   basicEnv =