Check LockedInput::computeStorePath()

This commit is contained in:
Eelco Dolstra
2020-01-30 00:13:37 +01:00
parent b9fb372075
commit b9f93e7386
3 changed files with 8 additions and 3 deletions
+2 -1
View File
@@ -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