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 ];