mirror of
https://github.com/NixOS/nix
synced 2025-07-09 07:53:55 +02:00
Typo
This commit is contained in:
parent
8a9e625ba5
commit
19c4e78d97
1 changed files with 2 additions and 2 deletions
|
@ -38,8 +38,8 @@
|
||||||
|
|
||||||
- Non-flake inputs now contain a `sourceInfo` attribute [#13164](https://github.com/NixOS/nix/issues/13164) [#13170](https://github.com/NixOS/nix/pull/13170)
|
- Non-flake inputs now contain a `sourceInfo` attribute [#13164](https://github.com/NixOS/nix/issues/13164) [#13170](https://github.com/NixOS/nix/pull/13170)
|
||||||
|
|
||||||
Flakes have always a `sourceInfo` attribute which describes the source of the flake.
|
Flakes have always had a `sourceInfo` attribute which describes the source of the flake.
|
||||||
The `sourceInfo.outPath` is often identical to the flake's `outPath`, however it can differ when the flake is located in a subdirectory of its source.
|
The `sourceInfo.outPath` is often identical to the flake's `outPath`. However, it can differ when the flake is located in a subdirectory of its source.
|
||||||
|
|
||||||
Non-flake inputs (i.e. inputs with `flake = false`) can also be located at some path _within_ a wider source.
|
Non-flake inputs (i.e. inputs with `flake = false`) can also be located at some path _within_ a wider source.
|
||||||
This usually happens when defining a relative path input within the same source as the parent flake, e.g. `inputs.foo.url = ./some-file.nix`.
|
This usually happens when defining a relative path input within the same source as the parent flake, e.g. `inputs.foo.url = ./some-file.nix`.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue