mirror of
https://github.com/NixOS/nix.git
synced 2025-12-15 13:31:05 +01:00
nix flake info --json: Show TreeInfo
This commit is contained in:
parent
74024515a3
commit
ed13457dbf
4 changed files with 7 additions and 19 deletions
|
|
@ -81,10 +81,4 @@ std::shared_ptr<const Input> Input::applyOverrides(
|
|||
return shared_from_this();
|
||||
}
|
||||
|
||||
StorePath TreeInfo::computeStorePath(Store & store) const
|
||||
{
|
||||
assert(narHash);
|
||||
return store.makeFixedOutputPath(true, narHash, "source");
|
||||
}
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue