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
The SOCK_DIR is default to the temp dir on macOS.
The value is from the env var TMPDIR, and in my case, it's a folder in /far/folders/...
I have a project using nix, and it sets the TMPDIR env var to a different value.
So the sessions I create outside of the nix-shell is unavailable in the nix-shell.
Is there a way to set the SOCK_DIR to a fixed place?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
The SOCK_DIR is default to the temp dir on macOS.
The value is from the env var
TMPDIR
, and in my case, it's a folder in/far/folders/...
I have a project using nix, and it sets the
TMPDIR
env var to a different value.So the sessions I create outside of the nix-shell is unavailable in the nix-shell.
Is there a way to set the SOCK_DIR to a fixed place?
Beta Was this translation helpful? Give feedback.
All reactions