(autogenerated-issue) installer fails immediately after answering nix flake enablement #74
Labels
No labels
Compat/Breaking
Context/drive-by
Kind/Bug
Kind/Documentation
Kind/Enhancement
Kind/Feature
Kind/Security
Kind/Testing
Priority
Critical
Priority
High
Priority
Low
Priority
Medium
Reviewed
Confirmed
Reviewed
Duplicate
Reviewed
Invalid
Reviewed
Won't Fix
Status
Abandoned
Status
Blocked
Status/Fixed On Main
Status
Need More Info
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
lix-project/lix-installer#74
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Error
Metadata
I apparently have an old nix store at /nix which the installer didn't expect.
I unmounted the old nix store, removed the entry from /etc/fstab, and now an existing group (nixbld) exists. Would be nice to purge all of this automatically, or help more.
some commands:
sudo diskutil unmount /dev/disk3s7
diskutil apfs deleteVolume "Nix Store"
sudo vifs (fstab)
sudo dscl . -delete /Groups/nixbld
dscl . list /Users | grep nix
sudo sysadminctl -deleteUser _nixbld9 -purgeHome
sudo rm /etc/nix/nix.conf
Appears I had an old flox installation that I clearly did not uninstall properly.