We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
musl.dev
1 parent 4accb31 commit bae978eCopy full SHA for bae978e
src/providers/rust.rs
@@ -75,7 +75,8 @@ impl RustProvider {
75
}
76
77
if RustProvider::should_use_musl(app, env)? {
78
- setup.add_nix_pkgs(&[Pkg::new("musl"), Pkg::new("musl.dev")]);
+ setup.add_nix_pkgs(&[Pkg::new("musl")]);
79
+ setup.add_apt_pkgs(vec![String::from("musl-tools")]);
80
81
82
setup.set_nix_archive(NIX_ARCHIVE.to_string());
0 commit comments