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.
1 parent e35f04e commit ed341e1Copy full SHA for ed341e1
flake.nix
@@ -337,7 +337,7 @@
337
# tried building with libstdc++ but without success.
338
buildStaticWorkspace = { pnameSuffix, extraBuildArgs ? "", extraArgs ? { } }:
339
(buildWorkspace {
340
- inherit pnameSuffix;
+ inherit pnameSuffix extraBuildArgs;
341
extraArgs = {
342
inherit env;
343
CARGO_BUILD_TARGET = pkgs.pkgsMusl.stdenv.hostPlatform.rust.rustcTarget;
0 commit comments