Commit 295bb10f authored by Yaya's avatar Yaya
Browse files

gitlab: Reformat gemset.nix after updating with update.py

`bundix` does not generate a `gemset.nix` according to nixpkgs' coding
conventions, so we just reformat it afterwards.
parent f80e8ba5
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -241,6 +241,9 @@ def update_rubyenv():
    )
    subprocess.check_output(["rm", "-rf", "vendor", "gems"], cwd=rubyenv_dir)

    # Reformat gemset.nix
    subprocess.check_output(["nix-shell", "--run", "treefmt pkgs/applications/version-management/gitlab"], cwd=NIXPKGS_PATH)


@cli.command("update-gitaly")
def update_gitaly():