Skip to content

Commit

Permalink
flake: fix nix develop on darwin
Browse files Browse the repository at this point in the history
  • Loading branch information
PgBiel committed Apr 24, 2024
1 parent aba2cf1 commit c97c44c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@
packages = with pkgs; [ rustc cargo ];

buildInputs = (lib.optionals pkgs.stdenv.isDarwin [
pkgs.Security
pkgs.SystemConfiguration
pkgs.darwin.apple_sdk.frameworks.Security
pkgs.darwin.apple_sdk.frameworks.SystemConfiguration
]) ++ [
pkgs.openssl
];
Expand Down

0 comments on commit c97c44c

Please sign in to comment.