#pragma once #include #include "path.hh" namespace rc { using namespace nix; template<> struct Arbitrary { static Gen arbitrary(); }; }