From 9e3ab4d208e2cc2aef5ab0f8e18932ebf8064fc5 Mon Sep 17 00:00:00 2001 From: Bernardo Meurer Date: Wed, 12 Mar 2025 13:41:39 -0400 Subject: [PATCH] stylix: system.darwin.release -> system.darwinRelease (#989) Fixes the issue introduced in #924 --- stylix/darwin/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stylix/darwin/default.nix b/stylix/darwin/default.nix index a966c273..58063455 100644 --- a/stylix/darwin/default.nix +++ b/stylix/darwin/default.nix @@ -25,7 +25,7 @@ in ( config.stylix.enable && config.stylix.enableReleaseChecks - && (config.stylix.release != config.system.darwin.release) + && (config.stylix.release != config.system.darwinRelease) ) [ ''