diff options
author | figsoda <figsoda@pm.me> | 2023-06-04 14:50:47 -0400 |
---|---|---|
committer | figsoda <figsoda@pm.me> | 2023-06-04 14:50:47 -0400 |
commit | b64450ed4e25ede3ce83d675c44dcf1ba524790a (patch) | |
tree | 46724eaa4f03c67655d9d537489a4b8b0fac8fac /src/nix | |
parent | a15b2c01c0bac226ed34d8ba7e10a563c4a54890 (diff) |
Fix code block formatting in man page
Diffstat (limited to 'src/nix')
-rw-r--r-- | src/nix/nix.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/nix/nix.md b/src/nix/nix.md index 8a850ae83..6d9e40dbc 100644 --- a/src/nix/nix.md +++ b/src/nix/nix.md @@ -102,6 +102,7 @@ way: available in the flake. If this is undesirable, specify `path:<directory>` explicitly; For example, if `/foo/bar` is a git repository with the following structure: + ``` . └── baz |