Skip to content
This repository was archived by the owner on Nov 24, 2025. It is now read-only.

Commit 04a98e5

Browse files
committed
update default.nix for latest macos
1 parent 2bd12ff commit 04a98e5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

default.nix

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,8 @@ let haskellSrc = with nix-filter.lib; filter {
7777
zlib
7878
pkg-config
7979
sqlite
80+
] ++ pkgs.lib.optionals pkgs.stdenv.isDarwin [
81+
pkgs.darwin.apple_sdk.frameworks.Security
8082
];
8183
modules = [
8284
{

0 commit comments

Comments
 (0)