aboutsummaryrefslogtreecommitdiff
path: root/nix/libstore/references.hh
blob: 013809d122f3c51ca25133f71fee8b32698e52c9 (about) (plain)
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);
    
}
ng0....ng0 2017-12-30gnu: services: Add MATE desktop service....ng0 2017-11-28services: xorg: Document 'slim-configuration' and deprecate 'slim-service'....Ludovic Courtès 2017-11-27services: desktop: Create /var/run/udisks2 for the udisks service....Christopher Baines