Skip to content

Commit

Permalink
docs/examples: talking about cwd
Browse files Browse the repository at this point in the history
  • Loading branch information
inclyc committed Jul 10, 2023
1 parent 0d57fd2 commit 59cb08b
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions docs/examples/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
# Configuration Examples

These are examples of `.nixd.json` of some scenarios.

**Note: .nixd.json must be the working directory of nixd process.**

i.e.

For vim users:

do not:

```
vi nixd/docs/examples/options/nixos/module.nix
```

instead:

```
cd nixd/docs/examples/options/nixos
vi module.nix
```

For vscode users: please open each folder as your "workspace".


0 comments on commit 59cb08b

Please sign in to comment.