Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
make fmt
  • Loading branch information
EdwardAngert committed Jan 2, 2025
commit ef24953c896865e0fb93cd819fdf4ff9ee2912b5
6 changes: 5 additions & 1 deletion docs/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,11 @@ direnv: export +AR +AS +CC +CONFIG_SHELL +CXX +HOST_PATH +IN_NIX_SHELL +LD +NIX_
🎉
```

> **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:
> **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:

```shell
use nix
Expand Down
Loading