7#include <nlohmann/json_fwd.hpp>
36 ConfigurableImpureEnv,
51const std::optional<ExperimentalFeature> parseExperimentalFeature(
52 const std::string_view &
name);
65nlohmann::json documentExperimentalFeatures();
70std::ostream & operator<<(
78std::set<ExperimentalFeature> parseFeatures(
const std::set<std::string> &);
84class MissingExperimentalFeature :
public Error
Definition local-overlay-store.hh:92
ExperimentalFeature missingFeature
Definition experimental-features.hh:90
Definition ssh-store.cc:132
This file defines two main structs/classes used in nix error handling.
ExperimentalFeature
Definition experimental-features.hh:19
ExperimentalFeature Xp
Definition experimental-features.hh:45
std::ostream & str
Definition lexer.l:1728
const std::string_view & name
Definition lexer.l:1709