mirror of
https://github.com/NixOS/nix
synced 2025-07-06 21:41:48 +02:00
Fix manual
This commit is contained in:
parent
ef2739b7c9
commit
d329b2632a
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue