>> It is one (documented) option of Nix + realising all dependencies of the >> system derivation > >How do I force nixos-rebuild to realize all dependencies? nix-store -r $(nix-store -q --deriver $(nix-instanctiate /etc/nixos/nixos -A system)) should work