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:
|
||||
```
|
||||
.
|
||||
└── 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`
|
||||
|
|
Loading…
Reference in a new issue