-
Notifications
You must be signed in to change notification settings - Fork 1
nix: error build user group has mismatching gid #26
Copy link
Copy link
Closed
Labels
bugSomething isn't workingSomething isn't workingdarwinApple computers and hardwareApple computers and hardwarenixThe declarative package managerThe declarative package manager
Description
happening with changes of the ongoing update-
error: Build user group has mismatching GID, aborting activation
The default Nix build user group ID was changed from 30000 to 350.
You are currently managing Nix build users with nix-darwin, but your
nixbld group has GID 30000, whereas we expected 350.
Possible causes include setting up a new Nix installation with an
existing nix-darwin configuration, setting up a new nix-darwin
installation with an existing Nix installation, or manually increasing
your `system.stateVersion` setting.
You can set the configured group ID to match the actual value:
ids.gids.nixbld = 30000;
We do not recommend trying to change the group ID with macOS user
management tools without a complete uninstallation and reinstallation
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingdarwinApple computers and hardwareApple computers and hardwarenixThe declarative package managerThe declarative package manager