summaryrefslogtreecommitdiff
path: root/hosts
diff options
context:
space:
mode:
authorseth <[email protected]>2023-05-03 03:52:15 -0400
committerseth <[email protected]>2023-05-03 03:52:15 -0400
commitd5aa9c43eec40a85a31b9962797dba6a5dc3d039 (patch)
tree343976c3de82ec9e7a77153912678b775d9bb4c3 /hosts
parent38dbaccf97e344ad5dd4b7cfc466b95667a43239 (diff)
remove unused bindings/withs
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
];