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
docs: incorrect information
We don't use org-babel's temoporary directory because I had issues with the symbol name in
older emacs version and I am too lazy to figure it out.
I think using /tmp/ is acceptable.
fix: use `nix-instantiate` to check for derivation errors.
Previously we used `nix-shell` which also loads the shell and runs shellHooks etc.
This can be expensive.