summaryrefslogtreecommitdiff
path: root/hosts
diff options
context:
space:
mode:
Diffstat (limited to 'hosts')
-rw-r--r--hosts/atlas/default.nix2
-rw-r--r--hosts/glados/default.nix2
-rw-r--r--hosts/p-body/default.nix2
3 files changed, 3 insertions, 3 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
];
diff --git a/hosts/glados/default.nix b/hosts/glados/default.nix
index 509a040..26e48a8 100644
--- a/hosts/glados/default.nix
+++ b/hosts/glados/default.nix
@@ -1,4 +1,4 @@
-{home-manager, ...}: {
+_: {
imports = [
./boot.nix
./hardware-configuration.nix
diff --git a/hosts/p-body/default.nix b/hosts/p-body/default.nix
index 1b9b029..1f598e8 100644
--- a/hosts/p-body/default.nix
+++ b/hosts/p-body/default.nix
@@ -13,7 +13,7 @@
server.enable = true;
- environment.systemPackages = with pkgs; [
+ environment.systemPackages = [
hercules-ci-agent.packages.x86_64-linux.hercules-ci-cli
];