Nix 2.26.3
Nix, the purely functional package manager; unstable internal interfaces
 
Loading...
Searching...
No Matches
outputs-spec.hh
Go to the documentation of this file.
1#pragma once
3
4#include <rapidcheck/gen/Arbitrary.h>
5
6#include <outputs-spec.hh>
7
8#include "tests/path.hh"
9
10namespace rc {
11using namespace nix;
12
13template<>
14struct Arbitrary<OutputsSpec> {
15 static Gen<OutputsSpec> arbitrary();
16};
17
18}
Definition outputs-spec.hh:26