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

#include <derivations.hh>

Public Member Functions

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

Public Attributes

ContentAddressMethod method
 
HashAlgorithm hashAlgo
 

Detailed Description

Floating-output derivations, whose output paths are content addressed, but not fixed, and so are dynamically calculated from whatever the output ends up being.

Member Data Documentation

◆ hashAlgo

HashAlgorithm nix::DerivationOutput::CAFloating::hashAlgo

How the serialization will be hashed

◆ method

ContentAddressMethod nix::DerivationOutput::CAFloating::method

How the file system objects will be serialized for hashing


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