Closed
Description
Bug description
I'm currently giving the new dotfiles feature (see #5198) a try and have been running into a few problems. It seems that my provided install.sh
script is only partially executed. (I'm actually not sure what the problem is but would like to find out - is there a way to see the logs of the executed install.sh
script?)
Steps to reproduce
- Use my dotfiles https://github.com/schickling/dotfiles
- Open any repo in a new workspace
- You should see that the
install.sh
script partially ran (e.g. by the renamed~/.config/fish-backup
folder)
- Running the
install.sh
script manually seems to work
Workspace affected
No response
Expected behavior
No response
Example repository
No response
Anything else?
Additional questions
- Will the executed result of my dotfiles be cached, so it's instantly ready when opening any kind of (new) workspace? (This is critical for me as executing my
install.sh
script (mostly using Nixhome-manager
) can take multiple minutes) - How can I see the logs of the executed
install.sh
file?