From e3fff1e291dbdfe2a5258bcc645cd532b18adabd Mon Sep 17 00:00:00 2001 From: Benedikt Peetz Date: Sun, 2 Feb 2025 18:04:29 +0100 Subject: feat(lib): Init `baseLib` --- flake/nixosConfigurations/default.nix | 2 ++ 1 file changed, 2 insertions(+) (limited to 'flake/nixosConfigurations') diff --git a/flake/nixosConfigurations/default.nix b/flake/nixosConfigurations/default.nix index b0a02580..59720c76 100644 --- a/flake/nixosConfigurations/default.nix +++ b/flake/nixosConfigurations/default.nix @@ -9,6 +9,7 @@ shell_library, sysLib, nixLib, + baseLib, templates, # modules home-manager, @@ -50,6 +51,7 @@ shell_library sysLib nixLib + baseLib # extra information system # modules -- cgit 1.4.1