Skip to content

Commit 8b1fb92

Browse files
committed
flakes.md: Fix indentation that broke the list
1 parent 5d03ef9 commit 8b1fb92

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/nix/flake.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -214,12 +214,12 @@ Currently the `type` attribute can be one of the following:
214214
hand, a flake in the `/foo` directory of a tree can use
215215
`path:../bar` to refer to the flake in `/bar`.
216216

217-
Path inputs can be specified with path values in `flake.nix`. Path values are a syntax for `path` inputs, and they are converted by
218-
1. resolving them into relative paths, relative to the base directory of `flake.nix`
219-
2. escaping URL characters (refer to IETF RFC?)
220-
3. prepending `path:`
217+
Path inputs can be specified with path values in `flake.nix`. Path values are a syntax for `path` inputs, and they are converted by
218+
1. resolving them into relative paths, relative to the base directory of `flake.nix`
219+
2. escaping URL characters (refer to IETF RFC?)
220+
3. prepending `path:`
221221

222-
Note that the allowed syntax for path values in flake `inputs` may be more restrictive than general Nix, so you may need to use `path:` if your path contains certain special characters. See [Path literals](@docroot@/language/syntax.md#path-literal)
222+
Note that the allowed syntax for path values in flake `inputs` may be more restrictive than general Nix, so you may need to use `path:` if your path contains certain special characters. See [Path literals](@docroot@/language/syntax.md#path-literal)
223223

224224
Note that if you omit `path:`, relative paths must start with `.` to
225225
avoid ambiguity with registry lookups (e.g. `nixpkgs` is a registry

0 commit comments

Comments
 (0)