-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Walker stucks in buildPhase on NixOS #159
Comments
The same happens if I add walker to environment.systemPackages or home.packages |
It takes a long ass time to build. How long did you wait? For reference: with my 7950x it takes around 6 minutes to build. You can always use the build cache. I don't use nix, so that's all the support i can give. |
Hmm ok I'll try again then, I waited around 2 minutes and I thought there's a problem with it, because it didn't log anything. I'll try again and let you know, thanks! |
Ok it took a total of about 30 minutes for it to build :) |
30 minutes is actually wild. No way for you to use the build-cache? |
Nah it isn't a big deal, just seemed strange that it build so long. Just didn't think that my R7 4800 is so weak in comparison to a 7950X lol :) |
Yeah, it's because of the C GTK stuff. See here: golang/go#9887 (comment) . Maybe it'll get better at one point. |
Describe the bug
When trying to install on NixOS using the flake and home-manager config, walker will get stuck in the building phase.
It will update everything and when it gets to building walker, it will show this in the terminal
And will get stuck for a long time, and I cancel the installation and revert the changes in the config.
Version
walker-0.9.7-git
Minimal Config
in the home-manager config
To Reproduce
Follow the 2nd option for installing it on NixOS, add
And in the import section of home-manager add
Update your system. I update it with an alias
Expected behavior
Have walker installed
Desktop
The text was updated successfully, but these errors were encountered: