Nix  2.93.0-dev
Lix: A modern, delicious implementation of the Nix package manager; unstable internal interfaces
Loading...
Searching...
No Matches
nix::DerivationOutput::CAFloating Struct Reference

#include <derivations.hh>

Collaboration diagram for nix::DerivationOutput::CAFloating:
[legend]

Public Member Functions

 GENERATE_CMP (CAFloating, me->method, me->hashType)
 

Public Attributes

ContentAddressMethod method
 
HashType hashType
 

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

◆ hashType

HashType nix::DerivationOutput::CAFloating::hashType

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: