feat(host): add git-lfs to cc-ci-hetzner systemPackages
Some checks failed
continuous-integration/drone/push Build is failing
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:
@ -66,6 +66,7 @@
|
||||
environment.systemPackages = with pkgs; [
|
||||
curl
|
||||
git
|
||||
git-lfs
|
||||
jq
|
||||
openssh
|
||||
];
|
||||
|
||||
@ -56,7 +56,6 @@
|
||||
environment.systemPackages = with pkgs; [
|
||||
curl
|
||||
git
|
||||
git-lfs
|
||||
jq
|
||||
openssh
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user