Unverified Commit 65bcc2ab authored by Sandro Jäckel's avatar Sandro Jäckel Committed by GitHub
Browse files

bundlerUpdateScript: format `gemset.nix` with nixfmt (#369120)

parents a1f06da2 3c85958f
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -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
[