1
1
Fork 0
mirror of https://github.com/NixOS/nix.git synced 2025-11-24 03:09:35 +01:00

darwin-install: fix incorrect fn name

(cherry picked from commit 8a3b8d0b33)
This commit is contained in:
Travis A. Everett 2021-10-12 18:17:27 -05:00 committed by Eelco Dolstra
parent 311ea23e2f
commit f31ba044e7
No known key found for this signature in database
GPG key ID: 8170B4726D7198DE

View file

@ -78,7 +78,7 @@ poly_service_installed_check() {
poly_service_uninstall_directions() { poly_service_uninstall_directions() {
echo "$1. Remove macOS-specific components:" echo "$1. Remove macOS-specific components:"
if should_create_volume && test_nix_volume_mountd_installed; then if should_create_volume && test_nix_volume_mountd_installed; then
darwin_volume_uninstall_directions nix_volume_mountd_uninstall_directions
fi fi
if test_nix_daemon_installed; then if test_nix_daemon_installed; then
nix_daemon_uninstall_directions nix_daemon_uninstall_directions