mirror of
https://github.com/NixOS/nix.git
synced 2025-11-08 19:46:02 +01:00
561 B
561 B
| synopsis | prs | |
|---|---|---|
| Support for relative path inputs |
|
Flakes can now refer to other flakes in the same repository using relative paths, e.g.
inputs.foo.url = "path:./foo";
uses the flake in the foo subdirectory of the referring flake. For more information, see the documentation on the path flake input type.
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.