Troubleshooting
Nix errors
Bix errors can be tricky to diagnose, but the below might assist in diagnosing the issue.
Tip
Rerun the command with
-vto get more verbose output. You can also rerun the command with--show-traceto get a more detailed traceback. If the nix error is not clear, often the correct error message is somewhere in the middle of the error message.
System errors
The following information is required when creating an issue, please provide as much as possible. It’s also possible to diagnose issues yourself with the information below.
-
System logs
journalctl -b # System logs sudo systemctl status home-manager-$HOSTNAME.service # Home-manager status -
System information
nix-shell -p nix-info --run "nix-info -m"