Hi,
I have installed nix-env on my macOS and i am trying to update my packages and specific yt-dlp package using nix-env -u command but it doesn’t update, it doesn’t even gives an error or any message at all.
warning: $HOME ('/Users/username') is not owned by you, falling back to the one defined in the 'passwd' file ('/var/root')
unpacking channels...
warning: $HOME ('/Users/username') is not owned by you, falling back to the one defined in the 'passwd' file ('/var/root')
And what channel i should add to just to being able to install and update from NIX library?
I mean i have tried before nix-channel --update and then nix-env -u and nothing changed. Only after using sudo nix-channel --update i was able to update packages using nix-env -u.