Include bash prompt before `nix develop`.

pull/9/head
Joshua Potter 2023-11-26 14:55:35 -07:00
parent 3b3041139c
commit a4d5f31886
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ the [clang](https://clang.llvm.org/) (version 16.0.6) toolchain. [direnv](https:
can be used to launch a dev shell upon entering this directory (refer to
`.envrc`). Otherwise run via:
```bash
nix develop
$> nix develop
```
## Language Server