Skip to content

Commit

Permalink
..
Browse files Browse the repository at this point in the history
  • Loading branch information
wolfv committed Dec 20, 2023
1 parent e7cfca7 commit 9bf2685
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/render/solver.rs
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ pub async fn create_environment(
// Each channel contains multiple subdirectories. Users can specify the subdirectories they want
// to use when specifying their channels. If the user didn't specify the default subdirectories
// we use defaults based on the current platform.
let platforms = vec![Platform::NoArch, *target_platform];
let platforms = [Platform::NoArch, *target_platform];
let channel_urls = channels
.iter()
.flat_map(|channel| {
Expand Down

0 comments on commit 9bf2685

Please sign in to comment.