~ruther/guix-local

ref: e5ffe52cc7d0fa3242e3cd11f63c94deab91a3d5 guix-local/nix/libstore/references.hh -rw-r--r-- 169 bytes
e5ffe52c — Andreas Enge gnu: calibre: Update to 2.22.0. 11 years ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
#pragma once

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

namespace nix {

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