Nix 2.93.3
Lix: A modern, delicious implementation of the Nix package manager; unstable internal interfaces
Loading...
Searching...
No Matches
nix::InputAccessor Struct Reference

Classes

struct  Stat

Public Types

enum  Type { tRegular , tSymlink , tDirectory , tMisc }
typedef std::optional< TypeDirEntry
typedef std::map< std::string, DirEntry > DirEntries

Member Enumeration Documentation

◆ Type

Enumerator
tMisc 

Any other node types that may be encountered on the file system, such as device nodes, sockets, named pipe, and possibly even more exotic things.

Responsible for "unknown" from builtins.readFileType "/dev/null".

Unlike DT_UNKNOWN, this must not be used for deferring the lookup of types.


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