summaryrefslogtreecommitdiff
path: root/hosts/atlas
diff options
context:
space:
mode:
Diffstat (limited to 'hosts/atlas')
-rw-r--r--hosts/atlas/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/hosts/atlas/default.nix b/hosts/atlas/default.nix
index 3a087f6..b8133a1 100644
--- a/hosts/atlas/default.nix
+++ b/hosts/atlas/default.nix
@@ -17,7 +17,7 @@
loader.efi.canTouchEfiVariables = true;
};
- environment.systemPackages = with pkgs; [
+ environment.systemPackages = [
hercules-ci-agent.packages.aarch64-linux.hercules-ci-cli
];