1
0
forked from clan/clan-core

Revert "fix machines folder not beeing present yet"

This reverts commit 14335ae576.
This commit is contained in:
Jörg Thalheim 2023-09-03 13:53:20 +02:00
parent 14335ae576
commit f1e8070412

View File

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