~ruther/guix-local

ref: 79cf0fb7a33882b614d766e90231fdcd32d15c7a guix-local/nix/libstore/references.hh -rw-r--r-- 169 bytes
79cf0fb7 — Simon Josefsson guix-install.sh: Make /etc/profile.d/zzz-guix.sh usable in set -u shells 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);
    
}