|
Nix 2.93.3
Lix: A modern, delicious implementation of the Nix package manager; unstable internal interfaces
|
#include <exit.hh>
Public Member Functions | |
| Exit (int status) | |
| Public Member Functions inherited from nix::BaseException | |
| std::shared_ptr< const std::list< AsyncTraceFrame > > | asyncTrace () const |
| void | addAsyncTrace (std::source_location loc, std::optional< std::string > description=std::nullopt) |
Public Attributes | |
| int | status |
Exit the program with a given exit code.