From e1dfa0e545e2243ae04620e7d70c366bae37cc5f Mon Sep 17 00:00:00 2001 From: Puck Meerburg Date: Sun, 10 Mar 2024 13:03:16 +0000 Subject: [PATCH] Remove cachix from dependencies The rest of the Cachix infrastructure is intact. For now. --- nix/worker.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/nix/worker.nix b/nix/worker.nix index ab56a38..28afdff 100644 --- a/nix/worker.nix +++ b/nix/worker.nix @@ -54,7 +54,6 @@ in after = [ "network.target" "buildbot-master.service" ]; wantedBy = [ "multi-user.target" ]; path = [ - pkgs.cachix pkgs.git pkgs.openssh pkgs.nix