mirror of
https://github.com/NixOS/nix
synced 2025-06-24 22:11:15 +02:00
Update release note
This commit is contained in:
parent
8b1fb92a0c
commit
db46d40b12
2 changed files with 2 additions and 2 deletions
|
@ -7,6 +7,6 @@ Flakes can now refer to other flakes in the same repository using relative paths
|
|||
```nix
|
||||
inputs.foo.url = "path:./foo";
|
||||
```
|
||||
uses the flake in the `foo` subdirectory of the referring flake.
|
||||
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).
|
||||
|
||||
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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue