forked from lix-project/lix
Fix the rendering of the example directory tree
This commit is contained in:
parent
34b66aab00
commit
5753f6efbb
|
@ -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:
|
For example, if `/foo/bar` is a git repository with the following structure:
|
||||||
```
|
```
|
||||||
.
|
.
|
||||||
└── baz
|
└── baz
|
||||||
├── blah
|
├── blah
|
||||||
│ └── file.txt
|
│ └── file.txt
|
||||||
└── flake.nix
|
└── flake.nix
|
||||||
```
|
```
|
||||||
|
|
||||||
Then `/foo/bar/baz/blah` will resolve to `git+file:///foo/bar?dir=baz`
|
Then `/foo/bar/baz/blah` will resolve to `git+file:///foo/bar?dir=baz`
|
||||||
|
|
Loading…
Reference in a new issue