Add TreeInfo::computeStorePath()

This commit is contained in:
Eelco Dolstra
2020-02-02 12:29:53 +01:00
parent 7bcc9f2aaf
commit fad9faf354
4 changed files with 16 additions and 3 deletions
+2
View File
@@ -11,6 +11,8 @@ struct StorePath;
namespace nix::flake {
using namespace fetchers;
typedef std::vector<FlakeId> InputPath;
struct LockedInput;