Skip to content

Commit

Permalink
Fix manual
Browse files Browse the repository at this point in the history
  • Loading branch information
edolstra committed Jan 7, 2025
1 parent ef2739b commit d329b26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/nix/flake.md
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ Path inputs can be specified with path values in `flake.nix`. Path values are a
2. escaping URL characters (refer to IETF RFC?)
3. prepending `path:`

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#path-literal)
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)

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

0 comments on commit d329b26

Please sign in to comment.