From 4b5a9dff3e8208e2b6832ce82425d42025997c17 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marijan=20Petri=C4=8Devi=C4=87?= Date: Sun, 17 Mar 2024 18:04:48 -0500 Subject: [PATCH] flake/kairos: add frameworks.SystemConfiguration if darwin build --- flake.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/flake.nix b/flake.nix index c21fc233..1f870b35 100644 --- a/flake.nix +++ b/flake.nix @@ -61,6 +61,7 @@ ] ++ lib.optionals stdenv.isDarwin [ libiconv darwin.apple_sdk.frameworks.Security + darwin.apple_sdk.frameworks.SystemConfiguration ]; checkInputs = [ inputs'.csprpkgs.packages.cctl