~ruther/guix-local

ref: 88c1ecfd014bcbfce4c81d5e82ceeaf1d656c3f9 guix-local/nix/libstore/references.hh -rw-r--r-- 169 bytes
88c1ecfd — Nicolas Graves gnu: python-dogtail: Switch to pyproject. 10 months 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);
    
}