diff options
author | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2025-02-02 18:04:29 +0100 |
---|---|---|
committer | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2025-02-02 18:25:02 +0100 |
commit | e3fff1e291dbdfe2a5258bcc645cd532b18adabd (patch) | |
tree | 1a751248335f386f7b58b9c25cbe28c8ec5e0069 /flake/nixosConfigurations/default.nix | |
parent | build(build.sh): Allow passing arguments to nix (diff) | |
download | nixos-config-e3fff1e291dbdfe2a5258bcc645cd532b18adabd.zip |
feat(lib): Init `baseLib`
Diffstat (limited to 'flake/nixosConfigurations/default.nix')
-rw-r--r-- | flake/nixosConfigurations/default.nix | 2 |
1 files changed, 2 insertions, 0 deletions
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 |