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 799e6e1 commit 0f912c0Copy full SHA for 0f912c0
crates/pixi_command_dispatcher/src/source_build/mod.rs
@@ -516,7 +516,7 @@ impl SourceBuildSpec {
516
.map_err(CommandDispatcherError::Failed)?,
517
installed: None,
518
ignore_packages: None,
519
- build_environment: self.build_environment.to_build_from_build(),
+ build_environment: self.build_environment.clone(),
520
force_reinstall: Default::default(),
521
channels: self.channels.clone(),
522
channel_config: self.channel_config.clone(),
0 commit comments