#include "path.hh"
#include "outputs-spec.hh"
#include "config.hh"
#include "ref.hh"
#include <variant>
#include <nlohmann/json_fwd.hpp>
Go to the source code of this file.
◆ _DerivedPathRaw
using nix::_DerivedPathRaw |
Initial value: std::variant<
>
Definition derived-path.hh:174
Definition derived-path.hh:27
◆ _SingleDerivedPathRaw
using nix::_SingleDerivedPathRaw |
Initial value: std::variant<
>
Definition derived-path.hh:47
◆ drvRequireExperiment()
Used by various parser functions to require experimental features as needed.
Somewhat unfortunate this cannot just be an implementation detail for this module.
- Parameters
-
xpSettings | Stop-gap to avoid globals during unit tests. |