diff options
Diffstat (limited to 'sys/virt')
| -rw-r--r-- | sys/virt/libvirt.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/virt/libvirt.nix b/sys/virt/libvirt.nix index 29679ae..0f98563 100644 --- a/sys/virt/libvirt.nix +++ b/sys/virt/libvirt.nix @@ -2,7 +2,7 @@ with lib; let cfg = config.local.virt; - inherit (import ../../util lib) importAll; + inherit (config.lib.local) importAll; doms = mapAttrs (_: dom: dom { inherit config lib pkgs; }) (importAll { root = ./dom; }); in |
