Skip to content

Commit

Permalink
flake/kairos: add frameworks.SystemConfiguration if darwin build
Browse files Browse the repository at this point in the history
  • Loading branch information
marijanp committed Mar 18, 2024
1 parent c6619f0 commit 4b5a9df
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@
] ++ lib.optionals stdenv.isDarwin [
libiconv
darwin.apple_sdk.frameworks.Security
darwin.apple_sdk.frameworks.SystemConfiguration
];
checkInputs = [
inputs'.csprpkgs.packages.cctl
Expand Down

0 comments on commit 4b5a9df

Please sign in to comment.