1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-07-07 10:11:47 +02:00

Merge pull request #12080 from Jayman2000/flake.lock-original-description

Fix `flake.lock`/`flake.nix` mix-up
This commit is contained in:
Eelco Dolstra 2024-12-16 23:03:09 +01:00 committed by GitHub
commit da7e3be8fc
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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