summary refs log tree commit diff
path: root/pkgs/development/ruby-modules/bundled-common/default.nix
diff options
context:
space:
mode:
authorAlyssa Ross <hi@alyssa.is>2018-12-11 21:19:32 +0000
committerAlyssa Ross <hi@alyssa.is>2018-12-11 21:26:08 +0000
commit83a2d993d401a65d98784df5cc9fb1ea72e2f2a2 (patch)
tree68a37de4140921eedefc0b5fe7153aa8eab9fc65 /pkgs/development/ruby-modules/bundled-common/default.nix
parent67b1265fb3d38ead5a57fee838405a2d997777c2 (diff)
downloadnixpkgs-83a2d993d401a65d98784df5cc9fb1ea72e2f2a2.tar
nixpkgs-83a2d993d401a65d98784df5cc9fb1ea72e2f2a2.tar.gz
nixpkgs-83a2d993d401a65d98784df5cc9fb1ea72e2f2a2.tar.bz2
nixpkgs-83a2d993d401a65d98784df5cc9fb1ea72e2f2a2.tar.lz
nixpkgs-83a2d993d401a65d98784df5cc9fb1ea72e2f2a2.tar.xz
nixpkgs-83a2d993d401a65d98784df5cc9fb1ea72e2f2a2.tar.zst
nixpkgs-83a2d993d401a65d98784df5cc9fb1ea72e2f2a2.zip
bundlerEnv: include all groups by default
This wasn't really an issue until the latest minor release of Bundix
(2.4), because prior to then Bundix didn't emit group attributes, and so
this functionality of bundlerEnv wasn't really used. However, it is now
apparent that a better default for bundlerEnv would be to include all
gem groups by default, not just the default group. This matches the
behavior of Bundler, and makes more sense, because the default group
alone isn't necessarily useful for anything -- consider a Rails app with
production, development, and test groups. It has the additional benefit
of being backwards compatible with how this would have worked before the
Bundix update.
Diffstat (limited to 'pkgs/development/ruby-modules/bundled-common/default.nix')
-rw-r--r--pkgs/development/ruby-modules/bundled-common/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/ruby-modules/bundled-common/default.nix b/pkgs/development/ruby-modules/bundled-common/default.nix
index 1b64456fb20..c31dfb63b3c 100644
--- a/pkgs/development/ruby-modules/bundled-common/default.nix
+++ b/pkgs/development/ruby-modules/bundled-common/default.nix
@@ -17,7 +17,7 @@
 , postBuild ? null
 , document ? []
 , meta ? {}
-, groups ? ["default"]
+, groups ? null
 , ignoreCollisions ? false
 , buildInputs ? []
 , ...