Nix 2.26.3
Nix, the purely functional package manager; unstable internal interfaces
 
Loading...
Searching...
No Matches
nix::DerivationOutput::Impure Struct Reference

#include <derivations.hh>

Public Member Functions

bool operator== (const Impure &) const =default
 
auto operator<=> (const Impure &) const =default
 

Public Attributes

ContentAddressMethod method
 
HashAlgorithm hashAlgo
 

Detailed Description

Impure output which is moved to a content-addressed location (like CAFloating) but isn't registered as a realization.

Member Data Documentation

◆ hashAlgo

HashAlgorithm nix::DerivationOutput::Impure::hashAlgo

How the serialization will be hashed

◆ method

ContentAddressMethod nix::DerivationOutput::Impure::method

How the file system objects will be serialized for hashing


The documentation for this struct was generated from the following file: