mirror of
https://github.com/NixOS/nix
synced 2025-07-06 21:41:48 +02:00
Create new file-hash files
This commit is contained in:
parent
0cb67ecbd3
commit
0e9438b6d3
8 changed files with 64 additions and 52 deletions
|
@ -8,11 +8,6 @@
|
|||
|
||||
namespace nix {
|
||||
|
||||
std::string FileSystemHash::printMethodAlgo() const {
|
||||
return makeFileIngestionPrefix(method) + printHashType(hash.type);
|
||||
}
|
||||
|
||||
|
||||
BasicDerivation::BasicDerivation(const BasicDerivation & other)
|
||||
: platform(other.platform)
|
||||
, builder(other.builder)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue