Merge pull request 'fix machines folder not beeing present yet' (#244) from machines-import-fix into main

Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/244
This commit is contained in:
Mic92
2023-09-03 11:45:32 +00:00

View File

@@ -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";
} }