It doesn’t work like I expect it to. Bash is not setup. My shell doesn’t work. Can someone please tell me where I am going wrong? I am not sure how to get my familiar bash/starship prompt working from here or how to configure the terminal to do so.
/etc/profiles/per-user/ appears empty. Maybe something this is an indicator something is amiss?
I don’t know if this is an issue but you set PATH in home.sessionVariables and in sessionPath - I would move putting go on the path to the sessionPath setting
It’s not the issue @mark though thanks for replying.
There are a couple of things that I am bewildered by. Nix shell works when: ln -s /nix/var/nix/profiles/default/etc/ssl/certs/ca-bundle.crt /etc/ssl/certs/ca-certificates.crt is linked.
However when I run nix run nix-darwin -- switch --flake ~/.config/nix-darwin it complains:
The following files have unrecognized content and would be overwritten:
/etc/ssl/certs/ca-certificates.crt
It wasn’t a DeterminateSystems/nix-installer issue. It was due to the install/uninstall issue wrt nix-darwin iiuc. The fix for me was removing /etc/static so it could be recreated correctly. I had some /etc/static/etc nonsense going on.