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`