Trying to update to nixos unstable yet it cant find the directory necessary for it

So i have been trying to update to nixos unstable
and i get this error


while installing it, no idea how to fix it

also this error

and in the end it doesnt even finish building

and now this error appears

Can’t help you with just these screenshots; can you post (as text) the full build log for the first derivation that fails? (nix log /path/to/drv)

1 Like
error: 1 dependencies of derivation '/nix/store/b531b0m6871nqr4dhdkap4lpqc5qid2c-user-environment.drv' failed to build
error: 1 dependencies of derivation '/nix/store/z4ihwf2vj9bcsfdd8n5n63qg13f0czxn-etc.drv' failed to build
error: 1 dependencies of derivation '/nix/store/9shkskypm9wba0kimjxyrpg9rsg7h5lx-nixos-system-nixos-24.11pre645454.2741b4b489b5.drv' failed to build

do you mean this?

No, find the first derivation that failed to build (it’s not clear from your screenshots what that is), take its path, and pass that to nix log. Ignore the X dependencies of derivation errors because those are downstream of the problem.

1 Like