mirror of
https://github.com/NixOS/nix
synced 2025-07-06 00:51:47 +02:00
makeFixedOutputPath(): Drop superfluous HashType argument
This commit is contained in:
parent
06bbfb6004
commit
ee22a91ab8
12 changed files with 27 additions and 29 deletions
|
@ -213,8 +213,7 @@ static void opPrintFixedPath(Strings opFlags, Strings opArgs)
|
|||
string name = *i++;
|
||||
|
||||
cout << format("%1%\n") %
|
||||
store->makeFixedOutputPath(recursive, hashAlgo,
|
||||
parseHash16or32(hashAlgo, hash), name);
|
||||
store->makeFixedOutputPath(recursive, parseHash16or32(hashAlgo, hash), name);
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue