Nix 2.32.6
Nix, the purely functional package manager; unstable internal interfaces
Loading...
Searching...
No Matches
derivation-check.hh
Go to the documentation of this file.
1#pragma once
3
4#include "nix/store/derivations.hh"
5#include "nix/store/derivation-options.hh"
6#include "nix/store/path-info.hh"
7
8namespace nix {
9
20void checkOutputs(
21 Store & store,
22 const StorePath & drvPath,
23 const decltype(Derivation::outputs) & drvOutputs,
24 const decltype(DerivationOptions::outputChecks) & drvOptions,
25 const std::map<std::string, ValidPathInfo> & outputs);
26
27} // namespace nix