nix-installer icon indicating copy to clipboard operation
nix-installer copied to clipboard

Existing `nixbld` user with custom UID different than planned.

Open yukini2009 opened this issue 1 year ago • 1 comments
trafficstars

Error

Error: 
   0: Planner error
   1: Error executing action
   2: Action `create_group` errored
   3: Group `nixbld` existed but had a different gid (998) than planned (30000)

Metadata

key value
version 0.16.0
os linux
arch x86_64

yukini2009 avatar Feb 02 '24 08:02 yukini2009

If you are installing over an existing install (Which you seem to be) you can pass --nix-build-group-id with the id of the existing nixbld group.

Hoverbear avatar Feb 09 '24 21:02 Hoverbear