mirror of
https://github.com/NixOS/nix.git
synced 2025-11-14 14:32:42 +01:00
Renamed ref / resolvedRef -> lockedRef
This commit is contained in:
parent
887730aab3
commit
b270869466
7 changed files with 61 additions and 61 deletions
|
|
@ -28,7 +28,7 @@ struct FlakeInput
|
|||
struct Flake
|
||||
{
|
||||
FlakeRef originalRef;
|
||||
FlakeRef resolvedRef;
|
||||
FlakeRef lockedRef;
|
||||
std::optional<std::string> description;
|
||||
std::shared_ptr<const fetchers::Tree> sourceInfo;
|
||||
FlakeInputs inputs;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue