|
Nix 2.93.3
Lix: A modern, delicious implementation of the Nix package manager; unstable internal interfaces
|
#include <installable-flake.hh>
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 |
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.