Type alias NixStoreTrust

NixStoreTrust: "trusted" | "untrusted" | "unknown"

Whether the Nix store on the runner is trusted.

  • trusted means yes
  • untrusted means no
  • unknown means that the status couldn't be determined

This is determined via the output of nix store info --json.