mirror of
https://github.com/NixOS/nix
synced 2025-07-04 07:11:47 +02:00
Merge pull request #12081 from NixOS/mergify/bp/2.25-maintenance/pr-12080
Fix `flake.lock`/`flake.nix` mix-up (backport #12080)
This commit is contained in:
commit
c396e24c3a
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