feat(host): add git-lfs to cc-ci-hetzner systemPackages
Some checks failed
continuous-integration/drone/push Build is failing

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 <noreply@anthropic.com>
This commit is contained in:
autonomic-bot
2026-06-15 20:10:45 +00:00
parent 74bc5f0106
commit 3ec24b09d6
2 changed files with 1 additions and 1 deletions

View File

@ -66,6 +66,7 @@
environment.systemPackages = with pkgs; [
curl
git
git-lfs
jq
openssh
];

View File

@ -56,7 +56,6 @@
environment.systemPackages = with pkgs; [
curl
git
git-lfs
jq
openssh
];