When Rebuilding for 24.11, Dotnet runtime 6.0.36 is found
When rebuilding nix configuration by using sudo nixos-rebuild switch --flake .
, I'm unable to upgrade to 24.11 using Nix Flakes.
Error
error:
… while calling the 'head' builtin
at /nix/store/5wvrlpfrwlmg24ywkybvidyzcvki6bwx-source/lib/attrsets.nix:1574:11:
1573| || pred here (elemAt values 1) (head values) then
1574| head values
| ^
1575| else
… while evaluating the attribute 'value'
at /nix/store/5wvrlpfrwlmg24ywkybvidyzcvki6bwx-source/lib/modules.nix:816:9:
815| in warnDeprecation opt //
816| { value = addErrorContext "while evaluating the option `${showOption loc}':" value;
| ^
817| inherit (res.defsFinal') highestPrio;
(stack trace truncated; use '--show-trace' to show the full trace)
error: Package ‘dotnet-runtime-6.0.36’ in /nix/store/5wvrlpfrwlmg24ywkybvidyzcvki6bwx-source/pkgs/development/compilers/dotnet/build-dotnet.nix:212 is marked as insecure, refusing to evaluate.
Rolling back to 24.05 in the flake.nix allows me to continue rebuilding the configuration however 24.05 is now deprecated.