mirror of
https://github.com/NixOS/nix
synced 2025-07-05 16:31:47 +02:00
Move Explicit
This commit is contained in:
parent
dc7d1322ef
commit
9d5e9ef0da
5 changed files with 20 additions and 18 deletions
|
@ -34,7 +34,8 @@ LockedNode::LockedNode(const nlohmann::json & json)
|
|||
, isFlake(json.find("flake") != json.end() ? (bool) json["flake"] : true)
|
||||
{
|
||||
if (!lockedRef.input.isImmutable())
|
||||
throw Error("lockfile contains mutable lock '%s'", attrsToJson(lockedRef.input.toAttrs()));
|
||||
throw Error("lockfile contains mutable lock '%s'",
|
||||
fetchers::attrsToJson(lockedRef.input.toAttrs()));
|
||||
}
|
||||
|
||||
StorePath LockedNode::computeStorePath(Store & store) const
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue