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 tried to follow your youtube tutorial on dotfile management with nix and home-manager, but when I try to follow your home-manager home.nix configuration, I get the following error message:
error: the path '~/.dotfiles/zshrc/.zshrc' can not be resolved in pure mode
I also tried an absolute path /Users/<my_username> and a relative path after moving my dotfile directory inside my nix-darwin directory, but the former didn't work either and the latter caused deletion issues of the dotfile repo when it replaced my nix-darwin directory.
Do you use impure evaluation with nix-darwin/home-manager? Is there another way around this error?
The text was updated successfully, but these errors were encountered:
I tried to follow your youtube tutorial on dotfile management with nix and home-manager, but when I try to follow your home-manager home.nix configuration, I get the following error message:
I also tried an absolute path
/Users/<my_username>
and a relative path after moving my dotfile directory inside my nix-darwin directory, but the former didn't work either and the latter caused deletion issues of the dotfile repo when it replaced my nix-darwin directory.Do you use impure evaluation with nix-darwin/home-manager? Is there another way around this error?
The text was updated successfully, but these errors were encountered: