Skip to content

Commit

Permalink
Update URL for the premount error
Browse files Browse the repository at this point in the history
  • Loading branch information
grahamc committed Dec 7, 2024
1 parent 17dc075 commit c620f20
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/planner/macos/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -480,12 +480,12 @@ async fn check_suis() -> Result<(), PlannerError> {
return Ok(());
},
[block] => format!(
"The following macOS configuration profile includes a 'Restrictions - Media' policy, which interferes with the Nix Store volume:\n\n{}\n\nSee https://determinate.systems/solutions/macos-internal-disk-policy",
"The following macOS configuration profile includes a 'Restrictions - Media' policy, which interferes with the Nix Store volume:\n\n{}\n\nSee https://dtr.mn/suis-premount-dissented",
block
),
blocks => {
format!(
"The following macOS configuration profiles include a 'Restrictions - Media' policy, which interferes with the Nix Store volume:\n\n{}\n\nSee https://determinate.systems/solutions/macos-internal-disk-policy",
"The following macOS configuration profiles include a 'Restrictions - Media' policy, which interferes with the Nix Store volume:\n\n{}\n\nSee https://dtr.mn/suis-premount-dissented",
blocks.join("\n\n")
)
},
Expand Down

0 comments on commit c620f20

Please sign in to comment.