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.
This commit is contained in:
Yaya
2025-04-24 10:25:42 +02:00
parent f80e8ba5d4
commit 295bb10f93
@@ -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():