From b4d91b8215639ce4eaf4bfde152f737ae2074dea Mon Sep 17 00:00:00 2001 From: Greg Hellings Date: Thu, 17 Apr 2025 20:17:58 -0500 Subject: [PATCH] Fetch lib for exodus --- hosts/exodus/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/exodus/default.nix b/hosts/exodus/default.nix index c7ccdf3..43b081c 100644 --- a/hosts/exodus/default.nix +++ b/hosts/exodus/default.nix @@ -1,4 +1,4 @@ -{ config, ... }: +{ config, lib, ... }: { imports = [ ./hardware-configuration.nix ];