mirror of
https://github.com/NixOS/nix
synced 2025-06-30 07:33:16 +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
|
@ -232,7 +232,7 @@ public:
|
|||
const Hash & hash, const string & name) const;
|
||||
|
||||
Path makeFixedOutputPath(bool recursive,
|
||||
HashType hashAlgo, Hash hash, string name) const;
|
||||
const Hash & hash, const string & name) const;
|
||||
|
||||
/* This is the preparatory part of addToStore() and
|
||||
addToStoreFixed(); it computes the store path to which srcPath
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue