From 3c85958fdc1b8cdd0976902b8e386dde5844690f Mon Sep 17 00:00:00 2001 From: amesgen Date: Sun, 29 Dec 2024 14:21:00 +0100 Subject: [PATCH] bundlerUpdateScript: format `gemset.nix` with nixfmt --- .../development/ruby-modules/bundler-update-script/default.nix | 3 +++ 1 file changed, 3 insertions(+) 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 [