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
1.84k stars 47 forks source link

`/Library/LaunchDaemons/org.nixos.darwin-store.plist` contents differs #1014

Open ciaran-regan-ie opened 1 month ago

ciaran-regan-ie commented 1 month ago

Error

Error: 
   0: Planner error
   1: Error executing action
   2: Action `create_nix_volume` errored
   3: Action `create_volume_service` errored
   4: `/Library/LaunchDaemons/org.nixos.darwin-store.plist` contents differs, planned `LaunchctlMountPlist { run_at_load: true, label: "org.nixos.darwin-store", program_arguments: ["/bin/sh", "-c", "/usr/bin/security find-generic-password -s \"Nix Store\" -w |  /usr/sbin/diskutil apfs unlockVolume \"Nix Store\" -mountpoint \"/nix\" -stdinpassphrase"] }`, discovered `LaunchctlMountPlist { run_at_load: true, label: "org.nixos.darwin-store", program_arguments: ["/bin/sh", "-c", "/usr/bin/security find-generic-password -s 'D5F495AA-FC09-4449-A2F0-6EB970EB31FA' -w | /usr/sbin/diskutil apfs unlockVolume 'D5F495AA-FC09-4449-A2F0-6EB970EB31FA' -mountpoint '/nix' -stdinpassphrase"] }`

Metadata

key value
version 0.19.0
os macos
arch aarch64
cole-h commented 1 month ago

Did you previously install using the upstream installation scripts before trying our installer? If so, you may need to uninstall using their steps first: https://nix.dev/manual/nix/2.18/installation/uninstall.html#macos