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.
This commit is contained in:
parent
a24d1c30bd
commit
51463d2280
1 changed files with 1 additions and 1 deletions
|
@ -654,7 +654,7 @@ following fields:
|
|||
* `inputs`: The dependencies of this node, as a mapping from input
|
||||
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.
|
||||
|
||||
* `locked`: The locked input specification, as a set of
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue