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);
    
}
/a>...Sam Lockart 2022-07-13services: docker: Fix race condition....Oleg Pykhalov 2021-11-30services: Accept <inferior-package>s in lieu of <package>s....Tobias Geerinckx-Rice 2021-11-17services: docker: Add 'environment-variables' configuration field....Alexey Abramov 2021-07-29services: Migrate to <setuid-program>....Brice Waegeneire 2021-05-08services: docker: Disable configuration serialization....Maxim Cournoyer