#include "command-installable-value.hh" namespace nix { void InstallableValueCommand::run(ref store, ref installable) { auto installableValue = InstallableValue::require(installable); run(store, installableValue); } }