From b9f93e73869fcbf6e4b2170c824cef7abc465670 Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Thu, 30 Jan 2020 00:13:37 +0100 Subject: Check LockedInput::computeStorePath() --- src/libexpr/flake/lockfile.hh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/libexpr/flake/lockfile.hh') diff --git a/src/libexpr/flake/lockfile.hh b/src/libexpr/flake/lockfile.hh index ff1181d13..a9710524b 100644 --- a/src/libexpr/flake/lockfile.hh +++ b/src/libexpr/flake/lockfile.hh @@ -6,6 +6,7 @@ namespace nix { class Store; +struct StorePath; } namespace nix::flake { @@ -53,7 +54,7 @@ struct LockedInput : LockedInputs nlohmann::json toJson() const; - Path computeStorePath(Store & store) const; + StorePath computeStorePath(Store & store) const; }; /* An entire lock file. Note that this cannot be a FlakeInput for the -- cgit v1.2.3