bundlerUpdateScript: format gemset.nix with nixfmt

This commit is contained in:
amesgen
2024-12-29 14:21:00 +01:00
parent 00b60f55aa
commit 3c85958fdc

View File

@@ -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
[