|
Nix 2.93.3
Lix: A modern, delicious implementation of the Nix package manager; unstable internal interfaces
|
#include <derivations.hh>
Public Member Functions | |
| GENERATE_CMP (ContentAddressed, me->sandboxed, me->fixed) | |
Public Attributes | |
| bool | sandboxed |
| bool | fixed |
Content-addressed derivation types
| bool nix::DerivationType::ContentAddressed::fixed |
Whether the derivation's outputs' content-addresses are "fixed" or "floating".
| bool nix::DerivationType::ContentAddressed::sandboxed |
Whether the derivation should be built safely inside a sandbox.