You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to upgrade from 19.09 to 20.03 but I'm encountering a weird issue.
I've changed my config according to the release note, updated my channels and tried nixos-rebuild switch --upgrade but I always get a stack overflow error.
--show-trace doesn't give any extra information.
I tried setting ulimit -s 100000 as per #42379 (comment) but it didn't work.
I also disabled every overlay that uses unstable after reading #84995 without success.
Weird thing is, I can deploy to another host (with nixops) which share a good part of my config but can't on this computer.
I'm not sure how I can diagnose this issue. Any idea?
Thank you for any help you can provide.
Error
sudo nixos-rebuild switch --show-trace --upgradebuilding Nix...building the system configuration...error: stack overflow (possible infinite recursion)
Hello everyone,
I'm trying to upgrade from 19.09 to 20.03 but I'm encountering a weird issue.
I've changed my config according to the release note, updated my channels and tried
nixos-rebuild switch --upgrade
but I always get a stack overflow error.--show-trace
doesn't give any extra information.I tried setting
ulimit -s 100000
as per #42379 (comment) but it didn't work.I also disabled every overlay that uses
unstable
after reading #84995 without success.Weird thing is, I can deploy to another host (with
nixops
) which share a good part of my config but can't on this computer.I'm not sure how I can diagnose this issue. Any idea?
Thank you for any help you can provide.
Error
Metadata
The text was updated successfully, but these errors were encountered: