mirror of
https://github.com/CHN-beta/nixpkgs.git
synced 2026-01-12 02:40:31 +08:00
bundlerUpdateScript: format gemset.nix with nixfmt
This commit is contained in:
@@ -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
|
||||
[
|
||||
|
||||
Reference in New Issue
Block a user