Nix
2.34.7
Nix, the purely functional package manager; unstable internal interfaces
Toggle main menu visibility
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
8
namespace
nix {
9
20
void
checkOutputs(
21
Store & store,
22
const
StorePath & drvPath,
23
const
decltype
(Derivation::outputs) & drvOutputs,
24
const
decltype
(DerivationOptions<StorePath>::outputChecks) & drvOptions,
25
const
std::map<std::string, ValidPathInfo> & outputs);
26
27
}
// namespace nix
src
libstore
build
derivation-check.hh
Generated by
1.17.0