[nix] mv host_builer.nix host_builder.nix

This commit is contained in:
2025-01-22 11:55:24 +01:00
parent 03f9e9b9a2
commit 4eea2de7ec
3 changed files with 2 additions and 2 deletions

View File

@@ -231,7 +231,7 @@ in (utils.lib.eachSystem (builtins.filter filter_system utils.lib.defaultSystems
})) // (
let
utils = import ./machines/modules/host_builer.nix ( inputs // { inherit inputs; self = self; });
utils = import ./machines/modules/host_builder.nix ( inputs // { inherit inputs; self = self; });
hosts = import ./machines/hosts.nix ( inputs // { inherit inputs; self = self; });
in
{