1
0
forked from clan/clan-core

fix machines folder not beeing present yet

This commit is contained in:
Jörg Thalheim 2023-09-03 13:24:36 +02:00
parent de26d7fc50
commit 14335ae576

View File

@ -23,7 +23,7 @@ let
(machines.${name} or { })
{
clanCore.machineName = name;
clanCore.clanDir = directory;
clanCore.clanDir = builtins.toString directory;
# TODO: remove this once we have a hardware-config mechanism
nixpkgs.hostPlatform = lib.mkDefault "x86_64-linux";
}