diff options
author | Carlo Nucera <carlo.nucera@protonmail.com> | 2020-06-01 17:32:27 -0400 |
---|---|---|
committer | Carlo Nucera <carlo.nucera@protonmail.com> | 2020-06-01 17:32:40 -0400 |
commit | 0e9438b6d381a87946ddda8d4bdd06707f9b0a48 (patch) | |
tree | 34fcd559dc27db89664667f4e0622b1fa51cb585 /src/libstore/derivations.cc | |
parent | 0cb67ecbd318a455fa4b459e29fadd0848238fca (diff) |
Create new file-hash files
Diffstat (limited to 'src/libstore/derivations.cc')
-rw-r--r-- | src/libstore/derivations.cc | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/libstore/derivations.cc b/src/libstore/derivations.cc index ad4d02c2c..f1569bf22 100644 --- a/src/libstore/derivations.cc +++ b/src/libstore/derivations.cc @@ -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) |