[Resolved] What does it mean that system-path.drv and nixos-system.drv cannot be built during a fresh install process?

Although I am fairly new here, as I understand it, system-path is not a conventional package, so how can I get the error that it cannot be built, during the process of conducting a fresh install of NixOS from an ISO image. Same with an error at nixos-system.drv.

Does this simply mean a faulty ISO download/writing process? It doesn’t seem like a typical syntax error anywhere in configuration.nix to me…

My user has the username ‘halcek’ (for context):

/nix/store/0cdfnbkhcr0ihlk9dh2gnp9hcfmg7vig-system-path.drv

cannot build derivation '/nix/store/0cdfnbkhcr0ihlk9dh2gnp9hcfmg7vig-system-path.drv': 1 dependencies couldn't be built

/nix/store/im4qwdaq2wkbv50cywppkbrh1jv0939v-nixos-system-halcek-21.05.1226.f77036342e2.drv

cannot build derivation '/nix/store/im4qwdaq2wkbv50cywppkbrh1jv0939v-nixos-system-halcek-21.05.1226.f77036342e2.drv': 1 dependencies couldn't be built
error: build of '/nix/store/im4qwdaq2wkbv50cywppkbrh1jv0939v-nixos-system-halcek-21.05.1226.f77036342e2.drv' failed

Thanks for all your help

Is that all?

System couldn’t been build because system-path was unable to build which failed due to one dependency beeing unbuildable which you haven’t shown

Turns out this helped.