mirror of
https://github.com/NixOS/nix
synced 2025-06-28 22:01:15 +02:00
* Change referer' to
referrer' throughout. In particular, the
nix-store query options `--referer' and `--referer-closure' have been changed to `--referrer' and `--referrer-closure' (but the old ones are still accepted for compatibility).
This commit is contained in:
parent
d87549c1c7
commit
ab5c6bb3a3
11 changed files with 69 additions and 68 deletions
|
@ -19,7 +19,7 @@ void computeFSClosure(const Path & storePath,
|
|||
|
||||
PathSet references;
|
||||
if (flipDirection)
|
||||
queryReferers(noTxn, storePath, references);
|
||||
queryReferrers(noTxn, storePath, references);
|
||||
else
|
||||
queryReferences(noTxn, storePath, references);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue