summary refs log tree commit diff
path: root/pkgs/development/ruby-modules/bundler-env
diff options
context:
space:
mode:
authorvolth <volth@volth.com>2018-07-20 19:54:05 +0000
committervolth <volth@volth.com>2018-07-20 19:54:05 +0000
commitdda95bae353e8c78faa921dbf25347b11060b383 (patch)
tree0da206955cef651a8c2a5b3e1e8e4c74646b9179 /pkgs/development/ruby-modules/bundler-env
parent1a6af9f88ec2405334a9fd6a977ccbcb53472305 (diff)
downloadnixpkgs-dda95bae353e8c78faa921dbf25347b11060b383.tar
nixpkgs-dda95bae353e8c78faa921dbf25347b11060b383.tar.gz
nixpkgs-dda95bae353e8c78faa921dbf25347b11060b383.tar.bz2
nixpkgs-dda95bae353e8c78faa921dbf25347b11060b383.tar.lz
nixpkgs-dda95bae353e8c78faa921dbf25347b11060b383.tar.xz
nixpkgs-dda95bae353e8c78faa921dbf25347b11060b383.tar.zst
nixpkgs-dda95bae353e8c78faa921dbf25347b11060b383.zip
[bot] treewide: remove unused 'args@' in lambdas
Diffstat (limited to 'pkgs/development/ruby-modules/bundler-env')
-rw-r--r--pkgs/development/ruby-modules/bundler-env/test.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/ruby-modules/bundler-env/test.nix b/pkgs/development/ruby-modules/bundler-env/test.nix
index 63da7044c0c..e42f1bf2571 100644
--- a/pkgs/development/ruby-modules/bundler-env/test.nix
+++ b/pkgs/development/ruby-modules/bundler-env/test.nix
@@ -1,4 +1,4 @@
-{ stdenv, writeText, lib, ruby, defaultGemConfig, callPackage, test, stubs, should}@defs:
+{ stdenv, writeText, lib, ruby, defaultGemConfig, callPackage, test, stubs, should}:
 let
   bundlerEnv = callPackage ./default.nix stubs // {
     basicEnv = callPackage ../bundled-common stubs;