Replies: 3 comments
|
Possibly due to 2 bad/missing symlinks: Fixed with: Not 100% convinced the Fingers crossed. |
0 replies
|
Also, looks like I was comparing new/old installs, which has different symlinks. Yuck. Old install has: Apparently this is normal for older installs. |
0 replies
|
Not exactly the same, but I recently went through something similar. This might be related: nix-community/nh#722 |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
I had some problems with my zfs filesystem, which I think are fixed now.
However ever since, on a daily basis my home-manager config is broken (probably after automatic nixos garbage collection) and I have to run "nix run home-manager/master -- switch --flake ." to repair it.
Problem is that my /home/brian/.nix-profile/bin directory is missing. And home-manager installed binaries can't be found.
So I suspect something important isn't getting added to /nix/var/nix/gcroots/auto.
Good computer:
Bad computer, after running home-manager switch (so it is now working until tomorrow):
It is also kind of off that the
.nix-profilesymlink is different between identical computers:I asked LLM for help, but it got totally confused and gave up.
I would expect "home-manager switch" should populate /nix/var/nix/gcroots/auto - but that doesn't seem to be happening. Is this something I have to repair manually?
Any ideas?
All reactions