We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
SystemConfiguration
1 parent 541a06d commit d809499Copy full SHA for d809499
flake.nix
@@ -17,7 +17,7 @@
17
openssl
18
dbus
19
sqlite
20
- ] ++ lib.optionals stdenv.isDarwin [ darwin.apple_sdk.frameworks.Security ];
+ ] ++ lib.optionals stdenv.isDarwin (with darwin.apple_sdk.frameworks; [ Security SystemConfiguration ]);
21
22
23
package = with pkgs; rustPlatform.buildRustPackage rec {
0 commit comments