We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
create nix volume
Error: 0: Error reverting 0: Action `create_nix_volume` errored Multiple child errors Action `bootstrap_launchctl_service` errored Failed to execute command with status 133 `"launchctl" "bootout" "system" "/Library/LaunchDaemons/org.nixos.darwin-store.plist"`, stdout: stderr: /Library/LaunchDaemons/org.nixos.darwin-store.plist: No such file or directory Action `create_volume_service` errored Remove file `/Library/LaunchDaemons/org.nixos.darwin-store.plist` Action `create_fstab_entry` errored Unable to reliably determine which `/etc/fstab` line to remove, the volume is likely already deleted, the line involving `/nix` in `/etc/fstab` should be removed manually Action `unmount_apfs_volume` errored Failed to execute command with status 1 `"/usr/sbin/diskutil" "info" "-plist" "Nix Store"`, stdout: <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> <plist version="1.0"> <dict> <key>Error</key> <true/> <key>ErrorMessage</key> <string>Could not find disk: Nix Store</string> <key>ExitCode</key> <integer>1</integer> </dict> </plist> stderr: Action `create_apfs_volume` errored Failed to execute command with status 1 `"/usr/sbin/diskutil" "info" "-plist" "Nix Store"`, stdout: <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> <plist version="1.0"> <dict> <key>Error</key> <true/> <key>ErrorMessage</key> <string>Could not find disk: Nix Store</string> <key>ExitCode</key> <integer>1</integer> </dict> </plist> stderr:
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Error
Metadata
The text was updated successfully, but these errors were encountered: