From 129cd2b2368f1ab0e0f3cf732c1b743dd598d890 Mon Sep 17 00:00:00 2001 From: seth Date: Tue, 25 Apr 2023 23:02:26 -0400 Subject: atlas: use aarch64 hci --- hosts/atlas/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'hosts/atlas/default.nix') diff --git a/hosts/atlas/default.nix b/hosts/atlas/default.nix index 3d52b66..9763d70 100644 --- a/hosts/atlas/default.nix +++ b/hosts/atlas/default.nix @@ -14,7 +14,7 @@ boot.cleanTmpDir = true; environment.systemPackages = with pkgs; [ - hercules-ci-agent.packages.x86_64-linux.hercules-ci-cli + hercules-ci-agent.packages.aarch64-linux.hercules-ci-cli ]; networking.hostName = "atlas"; -- cgit v1.2.3