1
0
Fork 0
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:
Jason Yundt 2024-12-16 13:55:41 -05:00 committed by Mergify
parent bb08cc7cc2
commit f1a4544886

View file

@ -648,7 +648,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