packages feed

hnix-0.7.0: data/nix/src/libstore/references.hh

#pragma once

#include "types.hh"
#include "hash.hh"

namespace nix {

PathSet scanForReferences(const Path & path, const PathSet & refs,
    HashResult & hash);
    
}