mirror of
https://github.com/NixOS/nix
synced 2025-07-06 05:01:48 +02:00
Set locked flag
This commit is contained in:
parent
04d5417755
commit
f917970df8
3 changed files with 4 additions and 8 deletions
|
@ -741,6 +741,8 @@ struct GitInputScheme : InputScheme
|
|||
input.attrs.insert_or_assign(
|
||||
"revCount",
|
||||
getRevCount(repoInfo, repoInfo.url, *input.getRev()));
|
||||
|
||||
input.locked = true;
|
||||
}
|
||||
|
||||
// FIXME: maybe we should use the timestamp of the last
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue