aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorregnat <rg@regnat.ovh>2022-01-18 10:55:00 +0100
committerregnat <rg@regnat.ovh>2022-01-18 10:55:00 +0100
commit5753f6efbb46ea172913d03d0b0988546ff4971f (patch)
treedbc825f6413d87a0d237dc8d3c52632c0b296601
parent34b66aab009428d3fab05b7530d6d13f1df3b2c9 (diff)
Fix the rendering of the example directory tree
-rw-r--r--src/nix/nix.md10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/nix/nix.md b/src/nix/nix.md
index 33942a5ad..2f54c5e2c 100644
--- a/src/nix/nix.md
+++ b/src/nix/nix.md
@@ -80,11 +80,11 @@ the Nix store. Here are the recognised types of installables:
For example, if `/foo/bar` is a git repository with the following structure:
```
- .
- └── baz
- ├── blah
- │  └── file.txt
- └── flake.nix
+ .
+ └── baz
+ ├── blah
+ │  └── file.txt
+ └── flake.nix
```
Then `/foo/bar/baz/blah` will resolve to `git+file:///foo/bar?dir=baz`