36 const nix::PosIdx pos,
83prim_queryPackages( nix::EvalState & state,
84 const nix::PosIdx pos,
105prim_getPackage( nix::EvalState & state,
106 const nix::PosIdx pos,
108 nix::Value & value );
Interfaces for caching package metadata in SQLite3 databases.
Definition: command.cc:44
void prim_getFingerprint(nix::EvalState &state, const nix::PosIdx pos, nix::Value **args, nix::Value &value)
Lookup a flake's fingerprint hash.
Definition: primops.cc:29
Manages a nix runtime state blob with associated helpers.