Skip to content

Commit ed341e1

Browse files
jneemyannham
authored andcommitted
Actually build the release package binaries with the package feature (#2286)
1 parent e35f04e commit ed341e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flake.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -337,7 +337,7 @@
337337
# tried building with libstdc++ but without success.
338338
buildStaticWorkspace = { pnameSuffix, extraBuildArgs ? "", extraArgs ? { } }:
339339
(buildWorkspace {
340-
inherit pnameSuffix;
340+
inherit pnameSuffix extraBuildArgs;
341341
extraArgs = {
342342
inherit env;
343343
CARGO_BUILD_TARGET = pkgs.pkgsMusl.stdenv.hostPlatform.rust.rustcTarget;

0 commit comments

Comments
 (0)