diff --git a/machines/dev/forgejo-ci/forgejo-actions-runner.nix b/machines/dev/forgejo-ci/forgejo-actions-runner.nix index 97d896c3..1f1279cb 100644 --- a/machines/dev/forgejo-ci/forgejo-actions-runner.nix +++ b/machines/dev/forgejo-ci/forgejo-actions-runner.nix @@ -13,6 +13,7 @@ let inherit ((import-flake { src = ../../..; }).inputs) nixops4; in [ + pkgs.attic-client pkgs.coreutils pkgs.findutils pkgs.gnugrep @@ -101,6 +102,7 @@ in "native:host" ]; hostPackages = with pkgs; [ + attic-client bash git nix