#pragma once #include "types.hh" #include "hash.hh" namespace nix { PathSet scanForReferences(const Path & path, const PathSet & refs, HashResult & hash); } on' href='/cgit-static/favicon.ico'/>
aboutsummaryrefslogtreecommitdiff
path: root/tests/derivations.scm
AgeCommit message (Expand)Author
2020-05-22packages: Introduce <content-hash> and use it in <origin>....Ludovic Courtès
2020-05-22tests: Test fixed-output derivations with several hash algorithms....Ludovic Courtès