mirror of
https://github.com/NixOS/nix
synced 2025-07-05 12:21:48 +02:00
LockedFlake::getFingerprint(): Use Input::getFingerprint()
This commit is contained in:
parent
29049d2653
commit
6558da45f5
3 changed files with 10 additions and 11 deletions
|
@ -119,7 +119,7 @@ struct LockedFlake
|
|||
*/
|
||||
std::map<ref<Node>, SourcePath> nodePaths;
|
||||
|
||||
Fingerprint getFingerprint() const;
|
||||
std::optional<Fingerprint> getFingerprint(ref<Store> store) const;
|
||||
};
|
||||
|
||||
struct LockFlags
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue