From 8caf3af927d94b573920a860ce683653e5065d04 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Domen=20Ko=C5=BEar?= Date: Tue, 19 Sep 2023 09:54:27 +0100 Subject: [PATCH] Create $out/darwin-version This fixes backwards compatibility with code that expects it. --- modules/system/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/system/default.nix b/modules/system/default.nix index 0eb46a9d..fbe169e7 100644 --- a/modules/system/default.nix +++ b/modules/system/default.nix @@ -135,6 +135,7 @@ in echo -n "$systemConfig" > $out/systemConfig + echo -n "$darwinLabel" > $out/darwin-version ln -s $darwinVersionJson $out/darwin-version.json echo -n "$system" > $out/system