From 8f4f3d8d2d333248f5edf8bb9ef7c7d3274bf06f Mon Sep 17 00:00:00 2001 From: Emily Date: Tue, 14 Jan 2025 15:55:50 +0000 Subject: [PATCH] darwin-uninstaller: remove code for macOS < 11 --- pkgs/darwin-uninstaller/default.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/pkgs/darwin-uninstaller/default.nix b/pkgs/darwin-uninstaller/default.nix index da58682..93092a8 100644 --- a/pkgs/darwin-uninstaller/default.nix +++ b/pkgs/darwin-uninstaller/default.nix @@ -56,7 +56,6 @@ in writeShellApplication { if [[ -L /run ]]; then if [[ -e /etc/synthetic.conf ]]; then sudo sed -i -E '/^run[[:space:]]/d' /etc/synthetic.conf - sudo /System/Library/Filesystems/apfs.fs/Contents/Resources/apfs.util -B &>/dev/null || true sudo /System/Library/Filesystems/apfs.fs/Contents/Resources/apfs.util -t &>/dev/null || true echo >&2 "NOTE: the /run symlink will be removed on reboot" else