mirror of
https://github.com/NixOS/nix
synced 2025-06-24 22:11:15 +02:00
Add release note
This commit is contained in:
parent
cd0127f957
commit
6cc5b48a29
1 changed files with 12 additions and 0 deletions
12
doc/manual/rl-next/relative-path-flakes.md
Normal file
12
doc/manual/rl-next/relative-path-flakes.md
Normal file
|
@ -0,0 +1,12 @@
|
|||
---
|
||||
synopsis: "Support for relative path inputs"
|
||||
prs: [10089]
|
||||
---
|
||||
|
||||
Flakes can now refer to other flakes in the same repository using relative paths, e.g.
|
||||
```nix
|
||||
inputs.foo.url = "path:./foo";
|
||||
```
|
||||
uses the flake in the `foo` subdirectory of the referring flake.
|
||||
|
||||
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