diff options
author | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2024-12-20 17:50:16 +0100 |
---|---|---|
committer | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2024-12-20 17:50:16 +0100 |
commit | 0ac11166a8fb22d1ce4de111f46e8a3ba1de7663 (patch) | |
tree | 25187cbc4273c69ca553dc0450b69fdfb9bea19a /modules | |
parent | fix(modules/lf): Always retry connecting to the server (diff) | |
download | nixos-config-0ac11166a8fb22d1ce4de111f46e8a3ba1de7663.tar.gz nixos-config-0ac11166a8fb22d1ce4de111f46e8a3ba1de7663.zip |
refactor(lib): Upstream `lib` to vhack.eu
This allows to share it with the server config.
Diffstat (limited to 'modules')
-rw-r--r-- | modules/default.nix | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/modules/default.nix b/modules/default.nix index 17780e63..1df511a1 100644 --- a/modules/default.nix +++ b/modules/default.nix @@ -1,8 +1,6 @@ # NOTE: This file **must** not depend on `pkgs`. This is because `pkgs` is defined in a # module imported by it, and thus would require infinite recursion. <2024-10-18> -{...}: let - nixLib = import ../lib {}; - +{nixLib, ...}: let files = builtins.attrValues (nixLib.mkByName { |