diff --git a/pkgs/development/ruby-modules/bundler-update-script/default.nix b/pkgs/development/ruby-modules/bundler-update-script/default.nix index 037aeef4a0e7..2135e42a2279 100644 --- a/pkgs/development/ruby-modules/bundler-update-script/default.nix +++ b/pkgs/development/ruby-modules/bundler-update-script/default.nix @@ -7,6 +7,7 @@ coreutils, git, nix, + nixfmt-rfc-style, }: attrPath: @@ -21,6 +22,7 @@ let coreutils git nix + nixfmt-rfc-style ] } set -o errexit @@ -39,6 +41,7 @@ let export BUNDLE_FORCE_RUBY_PLATFORM=1 bundler lock --update bundix + nixfmt gemset.nix ''; in [