From c620f20b778d71c440adb4876371d1357d73d6ea Mon Sep 17 00:00:00 2001 From: Graham Christensen Date: Sat, 7 Dec 2024 12:04:30 -0500 Subject: [PATCH] Update URL for the premount error --- src/planner/macos/mod.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/planner/macos/mod.rs b/src/planner/macos/mod.rs index bf1543021..c34fb2cf0 100644 --- a/src/planner/macos/mod.rs +++ b/src/planner/macos/mod.rs @@ -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") ) },