Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

<autogenerated-issue> #1315

Open
jackyzha0 opened this issue Nov 25, 2024 · 3 comments
Open

<autogenerated-issue> #1315

jackyzha0 opened this issue Nov 25, 2024 · 3 comments
Labels
MacOS Darwin/MacOS

Comments

@jackyzha0
Copy link

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: ["/usr/sbin/diskutil", "mount", "-mountPoint", "/nix", "02D96D4E-A301-4079-9484-4379237D239F"] }`

Metadata

key value
version 0.30.0
os macos
arch aarch64
@cole-h
Copy link
Member

cole-h commented Nov 25, 2024

You should double-check that you don't have an existing Nix Volume, but if you don't, if you remove that existing file, you should be able to proceed with the install.

@cole-h cole-h added the MacOS Darwin/MacOS label Nov 25, 2024
@jackyzha0
Copy link
Author

aw man got another one Group nixbld existed but had a different gid (30000) than planned (350)

@cole-h
Copy link
Member

cole-h commented Nov 25, 2024

You may want to follow the upstream uninstallation instructions and try again: https://nix.dev/manual/nix/stable/installation/uninstall.html#macos

You could also specify the group id with --nix-build-group-id 30000, if you prefer.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
MacOS Darwin/MacOS
Projects
None yet
Development

No branches or pull requests

2 participants