Skip to content

Commit

Permalink
Fix flake.lock/flake.nix mix-up
Browse files Browse the repository at this point in the history
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 51463d2)
  • Loading branch information
Jayman2000 authored and mergify[bot] committed Dec 16, 2024
1 parent bb08cc7 commit f1a4544
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/nix/flake.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f1a4544

Please sign in to comment.