From d5aa9c43eec40a85a31b9962797dba6a5dc3d039 Mon Sep 17 00:00:00 2001 From: seth Date: Wed, 3 May 2023 03:52:15 -0400 Subject: remove unused bindings/withs --- hosts/atlas/default.nix | 2 +- hosts/glados/default.nix | 2 +- hosts/p-body/default.nix | 2 +- users/seth/default.nix | 1 - 4 files changed, 3 insertions(+), 4 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 ]; diff --git a/users/seth/default.nix b/users/seth/default.nix index 0712877..4bf48b2 100644 --- a/users/seth/default.nix +++ b/users/seth/default.nix @@ -1,7 +1,6 @@ { config, pkgs, - home-manager, ... }: { users.users.seth = { -- cgit v1.2.3