fix machines folder not beeing present yet
This commit is contained in:
@@ -23,7 +23,7 @@ let
|
|||||||
(machines.${name} or { })
|
(machines.${name} or { })
|
||||||
{
|
{
|
||||||
clanCore.machineName = name;
|
clanCore.machineName = name;
|
||||||
clanCore.clanDir = directory;
|
clanCore.clanDir = builtins.toString directory;
|
||||||
# TODO: remove this once we have a hardware-config mechanism
|
# TODO: remove this once we have a hardware-config mechanism
|
||||||
nixpkgs.hostPlatform = lib.mkDefault "x86_64-linux";
|
nixpkgs.hostPlatform = lib.mkDefault "x86_64-linux";
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user