From 00dbdaf0710fcad9bedf27760ac09a9e85aab6ab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Thalheim?= Date: Tue, 9 Jul 2024 11:44:29 +0200 Subject: [PATCH] improve error message for removed settings.json --- lib/build-clan/default.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/build-clan/default.nix b/lib/build-clan/default.nix index 13169700..2fe3fed2 100644 --- a/lib/build-clan/default.nix +++ b/lib/build-clan/default.nix @@ -109,7 +109,8 @@ let machineName: let warn = lib.warn '' - Usage of Settings.json is only supported for test compatibility. + The use of ./machines//settings.json is deprecated. + If your settings.json is empty, you can safely remove it. !!! Consider using the inventory system. !!! File: ${directory + /machines/${machineName}/settings.json}