Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitd10d9b5

Browse files
authored
docs: document issue with direnv and nix-shell on macOS (#15990)
workaround and a link to the direnv issue.
1 parent8207094 commitd10d9b5

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

‎docs/CONTRIBUTING.md‎

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,13 @@ direnv: export +AR +AS +CC +CONFIG_SHELL +CXX +HOST_PATH +IN_NIX_SHELL +LD +NIX_
4646
🎉
4747
```
4848

49+
>**Note:** On macOS, a[direnv bug](https://github.com/direnv/direnv/issues/1345) can cause`nix-shell` to fail to build or run`coder`. If you see`error: creating directory` when attempting to run, build, or test, adding one line to your`.envrc` should fix the problem:
50+
51+
```shell
52+
use nix
53+
mkdir -p"$TMPDIR"
54+
```
55+
4956
Alternatively if you do not want to use nix then you'll need to install the need
5057
the following tools by hand:
5158

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp