From f1e80704127dba02034e61415f74fae620afb653 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Thalheim?= Date: Sun, 3 Sep 2023 13:53:20 +0200 Subject: [PATCH] Revert "fix machines folder not beeing present yet" This reverts commit 14335ae5765a8e58f3c04ab8231e5c79c71745df. --- lib/build-clan/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/build-clan/default.nix b/lib/build-clan/default.nix index 658c60a1f..265a1c584 100644 --- a/lib/build-clan/default.nix +++ b/lib/build-clan/default.nix @@ -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"; }