DeterminateSystems / nix-installer

Install Nix and flakes with the fast and reliable Determinate Nix Installer, with over 2 million installs.
GNU Lesser General Public License v2.1
2.04k stars 52 forks source link

Error when uninstalling determinate nix on macos #1173

Closed jerrywcy closed 2 days ago

jerrywcy commented 2 days ago

Error

Error: 
   0: Error reverting
   0: Action `create_nix_hook_service` errored
      Remove file `/Library/LaunchDaemons/systems.determinate.nix-installer.nix-hook.plist`

Metadata

key value
version 0.26.0
os macos
arch aarch64
jerrywcy commented 2 days ago

Solved by restarting and installing again using curl --proto '=https' --tlsv1.2 -sSf -L https://install.determinate.systems/nix | sh -s -- install. Didn't know what happened but successfully installed nix after all so closing this issue