Skip to content

Commit

Permalink
adjust flake
Browse files Browse the repository at this point in the history
  • Loading branch information
rfaulhaber committed Oct 4, 2024
1 parent 58fb387 commit 0036cb8
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -37,14 +37,10 @@
openssl
pkg-config
]
++ [
(
if (system == "aarch64-darwin")
then [
pkgs.darwin.apple_sdk.frameworks.SystemConfiguration
]
else []
)
++ lib.optionals
(system == "aarch64-darwin")
[
pkgs.darwin.apple_sdk.frameworks.SystemConfiguration
];
in {
packages = forAllSystems (
Expand Down

0 comments on commit 0036cb8

Please sign in to comment.