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

Classes

struct  Entry
 

Public Types

enum  RegistryType {
  Flag = 0 , User = 1 , System = 2 , Global = 3 ,
  Custom = 4
}
 

Public Member Functions

 Registry (const Settings &settings, RegistryType type)
 
void write (const Path &path)
 
void add (const Input &from, const Input &to, const Attrs &extraAttrs)
 
void remove (const Input &input)
 

Static Public Member Functions

static std::shared_ptr< Registryread (const Settings &settings, const Path &path, RegistryType type)
 

Public Attributes

const Settingssettings
 
RegistryType type
 
std::vector< Entryentries
 

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