Two days ago I did a rebuild and upgrade and was notified that the nerd-fonts config has changed. So I updated my config accordingly and successfully did a nixos-rebuild switch --upgrade. This upgraded my system from 24.11 unstable to 25.05 unstable.
However I’m doing it again today to make another unrelated config change (changing from mirrored boot drives to single boot drive), and now I’m getting a build error error: undefined variable 'nerd-fonts'.
My nerd-fonts config section and error below. Anyone know what could be going on? (using monolithic configuration.nix, flakes enabled but not used yet).
Edit: I’m getting the same error when running nixos-rebuild switch --upgrade on my second NixOS workstation. I did this same upgrade from 24.11 to 25.05 on the second workstation as the first one two days ago, both completed successfully. I haven’t made any changes to the second workstation’s config, it’s identical to the successful run two days ago, but it’s also getting this same nerd-font error as the first workstation.