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

#include <installable-flake.hh>

Inheritance diagram for nix::ExtraPathInfoFlake:
nix::ExtraPathInfoValue nix::ExtraPathInfo

Classes

struct  Flake
 

Public Member Functions

 ExtraPathInfoFlake (Value &&v, Flake &&f)
 
- Public Member Functions inherited from nix::ExtraPathInfoValue
 ExtraPathInfoValue (Value &&v)
 

Public Attributes

Flake flake
 
- Public Attributes inherited from nix::ExtraPathInfoValue
Value value
 

Detailed Description

Extra info about a derived path that ultimately come from a Flake.

Invariant: every ExtraPathInfo gotten from an InstallableFlake should be possible to downcast to an ExtraPathInfoFlake.


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