Skip to content

Commit db46d40

Browse files
committed
Update release note
1 parent 8b1fb92 commit db46d40

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

doc/manual/rl-next/relative-path-flakes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@ Flakes can now refer to other flakes in the same repository using relative paths
77
```nix
88
inputs.foo.url = "path:./foo";
99
```
10-
uses the flake in the `foo` subdirectory of the referring flake.
10+
uses the flake in the `foo` subdirectory of the referring flake. For more information, see the documentation on [the `path` flake input type](@docroot@/command-ref/new-cli/nix3-flake.md#path-fetcher).
1111

1212
This feature required a change to the lock file format. Previous Nix versions will not be able to use lock files that have locks for relative path inputs in them.

src/nix/flake.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ Currently the `type` attribute can be one of the following:
187187
* `nixpkgs/nixos-unstable/a3a3dda3bacf61e8a39258a0ed9c924eeca8e293`
188188
* `sub/dir` (if a flake named `sub` is in the registry)
189189

190-
* `path`: arbitrary local directories. The required attribute `path`
190+
* <a name="path-fetcher"></a>`path`: arbitrary local directories. The required attribute `path`
191191
specifies the path of the flake. The URL form is
192192

193193
```

0 commit comments

Comments
 (0)