Skip to content

Commit

Permalink
add overrideSDK back in
Browse files Browse the repository at this point in the history
  • Loading branch information
jost-s committed May 31, 2024
1 parent eac79f9 commit 36300c3
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -139,11 +139,11 @@
craneLib.buildPackage {
pname = "hc-launch";
version = "workspace";
# stdenv =
# if pkgs.stdenv.isDarwin then
# pkgs.overrideSDK pkgs.stdenv "11.0"
# else
# pkgs.stdenv;
stdenv =
if pkgs.stdenv.isDarwin then
pkgs.overrideSDK pkgs.stdenv "11.0"
else
pkgs.stdenv;
# only build hc-launch binary
cargoExtraArgs = "--bin hc-launch";
# Use Launcher sources as defined in input dependencies and include only those files defined in the
Expand Down

0 comments on commit 36300c3

Please sign in to comment.