chore(lib): Clean instanciation

This commit is contained in:
sinavir 2025-01-09 14:52:51 +01:00 committed by Tom Hubrecht
parent e0759140cc
commit 00c70ce869
Signed by: thubrecht
SSH key fingerprint: SHA256:CYNvFo44Ar9qCNnWNnvJVhs0QXO9AZjOLlPeWcSij3Q
6 changed files with 36 additions and 42 deletions

View file

@ -32,9 +32,7 @@ in
import ./dns.nix {
inherit dns;
lib = pkgs.lib // {
extra = import ../lib/nix-lib;
};
lib = sources.fullLib;
}
)
);