From 3ec24b09d61bffa14e90262b68a0f757e3fc1e10 Mon Sep 17 00:00:00 2001 From: autonomic-bot Date: Mon, 15 Jun 2026 20:10:45 +0000 Subject: [PATCH] feat(host): add git-lfs to cc-ci-hetzner systemPackages Required by test_lfs_roundtrip.py for the M2 LFS capstone run on the lfs-plain-gitea PR branch. Also revert the same change from the Incus host (cc-ci/configuration.nix) where it was mistakenly added. Co-Authored-By: Claude Sonnet 4.6 --- nix/hosts/cc-ci-hetzner/configuration.nix | 1 + nix/hosts/cc-ci/configuration.nix | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/nix/hosts/cc-ci-hetzner/configuration.nix b/nix/hosts/cc-ci-hetzner/configuration.nix index 243b86a..0eaa9f3 100644 --- a/nix/hosts/cc-ci-hetzner/configuration.nix +++ b/nix/hosts/cc-ci-hetzner/configuration.nix @@ -66,6 +66,7 @@ environment.systemPackages = with pkgs; [ curl git + git-lfs jq openssh ]; diff --git a/nix/hosts/cc-ci/configuration.nix b/nix/hosts/cc-ci/configuration.nix index 47e445e..90eeb44 100644 --- a/nix/hosts/cc-ci/configuration.nix +++ b/nix/hosts/cc-ci/configuration.nix @@ -56,7 +56,6 @@ environment.systemPackages = with pkgs; [ curl git - git-lfs jq openssh ];