chore: move mkMachine in lib

This commit is contained in:
Luj 2024-08-24 22:45:30 +02:00
parent c2e8c17abd
commit 82430d4736
2 changed files with 3 additions and 2 deletions

View file

@ -75,4 +75,6 @@ rec {
inherit dnsLib;
};
mkMachine = import ./mkmachine.nix inputs final;
}