From 0a84c7016667c99987968bf6b440896db0facfe8 Mon Sep 17 00:00:00 2001 From: Don Harper Date: Fri, 14 Jun 2024 06:23:48 -0500 Subject: [PATCH] standerdize includes --- hosts/ace/default.nix | 2 +- hosts/display/default.nix | 2 +- hosts/eve/default.nix | 2 +- hosts/fred/default.nix | 2 +- hosts/harper/default.nix | 2 +- hosts/harper2/default.nix | 2 +- hosts/nuwww/default.nix | 2 +- hosts/pihole/default.nix | 2 +- hosts/server/default.nix | 2 +- hosts/smaug/default.nix | 2 +- hosts/vm1/default.nix | 2 +- hosts/workstation/default.nix | 2 +- hosts/www2/default.nix | 2 +- 13 files changed, 13 insertions(+), 13 deletions(-) diff --git a/hosts/ace/default.nix b/hosts/ace/default.nix index b0b0b30..9b02c42 100644 --- a/hosts/ace/default.nix +++ b/hosts/ace/default.nix @@ -1,4 +1,4 @@ -{ config, pkgs, ... }: +{ inputs, outputs, lib, config, pkgs, ... }: { imports = diff --git a/hosts/display/default.nix b/hosts/display/default.nix index 4502c2c..76fbe5a 100644 --- a/hosts/display/default.nix +++ b/hosts/display/default.nix @@ -1,4 +1,4 @@ -{ config, pkgs, ... }: +{ inputs, outputs, lib, config, pkgs, ... }: { imports = diff --git a/hosts/eve/default.nix b/hosts/eve/default.nix index ce043a8..d7a0bc6 100644 --- a/hosts/eve/default.nix +++ b/hosts/eve/default.nix @@ -1,4 +1,4 @@ -{ config, pkgs, ... }: +{ inputs, outputs, lib, config, pkgs, ... }: { imports = diff --git a/hosts/fred/default.nix b/hosts/fred/default.nix index 0146edb..8ac4d1a 100644 --- a/hosts/fred/default.nix +++ b/hosts/fred/default.nix @@ -1,4 +1,4 @@ -{ config, pkgs, ... }: +{ inputs, outputs, lib, config, pkgs, ... }: { imports = diff --git a/hosts/harper/default.nix b/hosts/harper/default.nix index 55db3ed..1cbecf5 100644 --- a/hosts/harper/default.nix +++ b/hosts/harper/default.nix @@ -1,4 +1,4 @@ -{ config, pkgs, ... }: +{ inputs, outputs, lib, config, pkgs, ... }: { imports = diff --git a/hosts/harper2/default.nix b/hosts/harper2/default.nix index 6b8f4a9..f4f125a 100644 --- a/hosts/harper2/default.nix +++ b/hosts/harper2/default.nix @@ -1,4 +1,4 @@ -{ config, pkgs, ... }: +{ inputs, outputs, lib, config, pkgs, ... }: { imports = diff --git a/hosts/nuwww/default.nix b/hosts/nuwww/default.nix index 4797569..93c9e4d 100644 --- a/hosts/nuwww/default.nix +++ b/hosts/nuwww/default.nix @@ -1,4 +1,4 @@ -{ config, pkgs, ... }: +{ inputs, outputs, lib, config, pkgs, ... }: { imports = diff --git a/hosts/pihole/default.nix b/hosts/pihole/default.nix index 1e45640..37a3ecd 100644 --- a/hosts/pihole/default.nix +++ b/hosts/pihole/default.nix @@ -1,4 +1,4 @@ -{ config, pkgs, ... }: +{ inputs, outputs, lib, config, pkgs, ... }: { imports = diff --git a/hosts/server/default.nix b/hosts/server/default.nix index 1525e6f..e997f70 100644 --- a/hosts/server/default.nix +++ b/hosts/server/default.nix @@ -1,4 +1,4 @@ -{ config, pkgs, ... }: +{ inputs, outputs, lib, config, pkgs, ... }: let my-python-packages = python-packages: with python-packages; [ diff --git a/hosts/smaug/default.nix b/hosts/smaug/default.nix index 4cfa241..0339485 100644 --- a/hosts/smaug/default.nix +++ b/hosts/smaug/default.nix @@ -1,4 +1,4 @@ -{ config, pkgs, ... }: +{ inputs, outputs, lib, config, pkgs, ... }: { imports = diff --git a/hosts/vm1/default.nix b/hosts/vm1/default.nix index 5173afb..089ddaf 100644 --- a/hosts/vm1/default.nix +++ b/hosts/vm1/default.nix @@ -1,4 +1,4 @@ -{ config, pkgs, ... }: +{ inputs, outputs, lib, config, pkgs, ... }: { imports = diff --git a/hosts/workstation/default.nix b/hosts/workstation/default.nix index 1d3a23d..12de4b3 100644 --- a/hosts/workstation/default.nix +++ b/hosts/workstation/default.nix @@ -1,4 +1,4 @@ -{ config, pkgs, ... }: +{ inputs, outputs, lib, config, pkgs, ... }: let my-python-packages = python-packages: with python-packages; [ diff --git a/hosts/www2/default.nix b/hosts/www2/default.nix index f5d178e..e476f72 100644 --- a/hosts/www2/default.nix +++ b/hosts/www2/default.nix @@ -1,4 +1,4 @@ -{ config, pkgs, ... }: +{ inputs, outputs, lib, config, pkgs, ... }: { imports =