From 3b4b1c4ba4540f924b4d7ae5dceaf3c0e0e6b0f0 Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Wed, 9 Apr 2025 19:43:48 +0100 Subject: [PATCH] Remove unused imports --- hosts/PW05CH3L/configuration.nix | 2 +- hosts/hetznix/configuration.nix | 1 - hosts/lemp11/configuration.nix | 2 -- hosts/nixedo/configuration.nix | 2 -- hosts/t480/configuration.nix | 2 +- hosts/t490/configuration.nix | 2 +- 6 files changed, 3 insertions(+), 8 deletions(-) diff --git a/hosts/PW05CH3L/configuration.nix b/hosts/PW05CH3L/configuration.nix index aeb4f4d6..aa942d86 100644 --- a/hosts/PW05CH3L/configuration.nix +++ b/hosts/PW05CH3L/configuration.nix @@ -1,4 +1,4 @@ -{ inputs, username, ... }: +{ username, ... }: let git = { diff --git a/hosts/hetznix/configuration.nix b/hosts/hetznix/configuration.nix index 19fe0159..a302c70f 100644 --- a/hosts/hetznix/configuration.nix +++ b/hosts/hetznix/configuration.nix @@ -1,5 +1,4 @@ { - inputs, modulesPath, lib, pkgs, diff --git a/hosts/lemp11/configuration.nix b/hosts/lemp11/configuration.nix index 66f3980f..1e604d4f 100644 --- a/hosts/lemp11/configuration.nix +++ b/hosts/lemp11/configuration.nix @@ -1,5 +1,3 @@ -{ inputs, pkgs, ... }: - { imports = [ ./hardware-configuration.nix diff --git a/hosts/nixedo/configuration.nix b/hosts/nixedo/configuration.nix index d17567da..5ed7e757 100644 --- a/hosts/nixedo/configuration.nix +++ b/hosts/nixedo/configuration.nix @@ -2,8 +2,6 @@ # your system. Help is available in the configuration.nix(5) man page # and in the NixOS manual (accessible by running ‘nixos-help’). -{ inputs, ... }: - { imports = [ ./hardware-configuration.nix diff --git a/hosts/t480/configuration.nix b/hosts/t480/configuration.nix index 85879454..7105bd25 100644 --- a/hosts/t480/configuration.nix +++ b/hosts/t480/configuration.nix @@ -1,4 +1,4 @@ -{ inputs, pkgs, ... }: +{ pkgs, ... }: let git = { diff --git a/hosts/t490/configuration.nix b/hosts/t490/configuration.nix index 1c43f6ef..e8f77357 100644 --- a/hosts/t490/configuration.nix +++ b/hosts/t490/configuration.nix @@ -1,4 +1,4 @@ -{ inputs, pkgs, ... }: +{ pkgs, ... }: { imports = [