Skip to content

Commit c396e24

Browse files
authored
Merge pull request NixOS#12081 from NixOS/mergify/bp/2.25-maintenance/pr-12080
Fix `flake.lock`/`flake.nix` mix-up (backport NixOS#12080)
2 parents bb08cc7 + f1a4544 commit c396e24

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/nix/flake.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -648,7 +648,7 @@ following fields:
648648
* `inputs`: The dependencies of this node, as a mapping from input
649649
names (e.g. `nixpkgs`) to node labels (e.g. `n2`).
650650

651-
* `original`: The original input specification from `flake.lock`, as a
651+
* `original`: The original input specification from `flake.nix`, as a
652652
set of `builtins.fetchTree` arguments.
653653

654654
* `locked`: The locked input specification, as a set of

0 commit comments

Comments
 (0)