Skip to content

Commit

Permalink
Tests not working on darwin
Browse files Browse the repository at this point in the history
  • Loading branch information
n8henrie committed Jun 9, 2024
1 parent bc1dff8 commit 89e9a52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -43,12 +43,12 @@
else "placeholder";
src = ./.;
cargoLock.lockFile = ./Cargo.lock;
__darwinAllowLocalNetworking = true;
nativeBuildInputs = [pkgs.pkg-config];
buildInputs = with pkgs; ([openssl]
++ lib.optionals stdenv.isDarwin
[darwin.apple_sdk.frameworks.SystemConfiguration]);
dontUseCargoParallelTests = true;
doCheck = pkgs.stdenv.isLinux;
};
};

Expand Down

0 comments on commit 89e9a52

Please sign in to comment.