Adding python312Packages.jupyter to me configuration.nix produces this error:
error:
… while calling the 'head' builtin
at /nix/var/nix/profiles/per-user/root/channels/nixos/lib/attrsets.nix:1575:11:
1574| || pred here (elemAt values 1) (head values) then
1575| head values
| ^
1576| else
… while evaluating the attribute 'value'
at /nix/var/nix/profiles/per-user/root/channels/nixos/lib/modules.nix:809:9:
808| in warnDeprecation opt //
809| { value = builtins.addErrorContext "while evaluating the option `${showOption loc}':" value;
| ^
810| inherit (res.defsFinal') highestPrio;
(stack trace truncated; use '--show-trace' to show the full trace)
error: ipython-genutils-0.2.0 not supported for interpreter python3.12
I can revert to 311, but this is the first time something ‘breaks’ for me on nixos ever, so I’m curious about why that is. Not sure this is the right place to post this?