Skip to content

Commit d809499

Browse files
committed
fix(flake.nix): add SystemConfiguration for Darwin
1 parent 541a06d commit d809499

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flake.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
openssl
1818
dbus
1919
sqlite
20-
] ++ lib.optionals stdenv.isDarwin [ darwin.apple_sdk.frameworks.Security ];
20+
] ++ lib.optionals stdenv.isDarwin (with darwin.apple_sdk.frameworks; [ Security SystemConfiguration ]);
2121

2222

2323
package = with pkgs; rustPlatform.buildRustPackage rec {

0 commit comments

Comments
 (0)