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 have home-manager.useUserPackages = true;, and I haven't changed this.
Inconsistently, I find that I'm missing packages that I have installed in my home-manager programs. Currently, I have neovim enabled and configured, but
$ nvimThe program 'nvim' is currently not installed. It is provided by...
I can see that it's being installed:
$ ls /etc/profiles/per-user/$USER/bin/nvim
/etc/profiles/per-user/n8henrie/bin/nvim
When I investigate my $PATH, for some reason the /etc/profiles/per-user is missing my username:
Using as a nix-darwin module, flakes. It seems like this problem has happened to me and spontaneously(?) resolved 3 or 4 times now, I can't figure out what's going on.
Are you following the right branch?
Is there an existing issue for this?
Issue description
I have
home-manager.useUserPackages = true;
, and I haven't changed this.Inconsistently, I find that I'm missing packages that I have installed in my home-manager
programs
. Currently, I haveneovim
enabled and configured, butI can see that it's being installed:
When I investigate my
$PATH
, for some reason the/etc/profiles/per-user
is missing my username:Any ideas what's going on?
Using as a nix-darwin module, flakes. It seems like this problem has happened to me and spontaneously(?) resolved 3 or 4 times now, I can't figure out what's going on.
Maintainer CC
No response
System information
The text was updated successfully, but these errors were encountered: