From 8d45d64d3c0acaba3958e0aa6e6b6cab835fb871 Mon Sep 17 00:00:00 2001 From: Don Harper Date: Thu, 13 Jun 2024 22:07:25 -0500 Subject: [PATCH] fixing include lines --- hosts/t2/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/t2/default.nix b/hosts/t2/default.nix index c59cf9b..15c5ae2 100644 --- a/hosts/t2/default.nix +++ b/hosts/t2/default.nix @@ -1,4 +1,4 @@ -{ config, pkgs, ... }: +{ inputs, outputs, lib, config, pkgs, ... }: { imports =