mirror of
https://github.com/NixOS/nix
synced 2025-07-07 06:01:48 +02:00
Fix flake.lock/flake.nix mix-up
src/nix/flake.md describes the format of flake.lock files. Before this
change, it said that the original field was “The original input
specification from `flake.lock`[…]” The original input specification is
in flake.nix, not flake.lock.
(cherry picked from commit 51463d2280
)
This commit is contained in:
parent
bb08cc7cc2
commit
f1a4544886
1 changed files with 1 additions and 1 deletions
|
@ -648,7 +648,7 @@ following fields:
|
||||||
* `inputs`: The dependencies of this node, as a mapping from input
|
* `inputs`: The dependencies of this node, as a mapping from input
|
||||||
names (e.g. `nixpkgs`) to node labels (e.g. `n2`).
|
names (e.g. `nixpkgs`) to node labels (e.g. `n2`).
|
||||||
|
|
||||||
* `original`: The original input specification from `flake.lock`, as a
|
* `original`: The original input specification from `flake.nix`, as a
|
||||||
set of `builtins.fetchTree` arguments.
|
set of `builtins.fetchTree` arguments.
|
||||||
|
|
||||||
* `locked`: The locked input specification, as a set of
|
* `locked`: The locked input specification, as a set of
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue