mirror of
https://github.com/NixOS/nix
synced 2025-06-30 19:57:59 +02:00
Merge remote-tracking branch 'origin/master' into flakes
This commit is contained in:
commit
ecb3a1afa2
119 changed files with 3905 additions and 2250 deletions
|
@ -26,7 +26,7 @@ nlohmann::json LockedInput::toJson() const
|
|||
|
||||
Path LockedInput::computeStorePath(Store & store) const
|
||||
{
|
||||
return store.makeFixedOutputPath(true, narHash, "source");
|
||||
return store.printStorePath(store.makeFixedOutputPath(true, narHash, "source"));
|
||||
}
|
||||
|
||||
LockedInputs::LockedInputs(const nlohmann::json & json)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue