~ruther/guix-local

ref: ea9aaa6ed2ecabc7a54840a630e7a53da2f83f83 guix-local/nix/libstore/references.hh -rw-r--r-- 169 bytes
ea9aaa6e — Ricardo Wurmus gnu: ghc-x509-system: Update to 1.6.4. 8 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);
    
}