diff options
author | regnat <rg@regnat.ovh> | 2022-01-18 10:55:00 +0100 |
---|---|---|
committer | regnat <rg@regnat.ovh> | 2022-01-18 10:55:00 +0100 |
commit | 5753f6efbb46ea172913d03d0b0988546ff4971f (patch) | |
tree | dbc825f6413d87a0d237dc8d3c52632c0b296601 /src/nix/nix.md | |
parent | 34b66aab009428d3fab05b7530d6d13f1df3b2c9 (diff) |
Fix the rendering of the example directory tree
Diffstat (limited to 'src/nix/nix.md')
-rw-r--r-- | src/nix/nix.md | 10 |
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` |