Skip to content

Commit

Permalink
fix linux builds
Browse files Browse the repository at this point in the history
  • Loading branch information
sandydoo committed Nov 25, 2024
1 parent d4ec231 commit 310132d
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 @@ -80,7 +80,7 @@
CARGO_BUILD_RUSTFLAGS = "-C target-feature=+crt-static";
};

nar-toolbox = pkgs.callPackage package {};
nar-toolbox = pkgs.callPackage package { openssl = pkgs.pkgsStatic.openssl; };
in ((lib.optionalAttrs (localSystem == crossSystem) {
inherit nar-toolbox;
default = nar-toolbox;
Expand Down

0 comments on commit 310132d

Please sign in to comment.