Whether the Nix store on the runner is trusted.
trusted
untrusted
unknown
This is determined via the output of nix store info --json.
nix store info --json
Whether the Nix store on the runner is trusted.
trusted
means yesuntrusted
means nounknown
means that the status couldn't be determinedThis is determined via the output of
nix store info --json
.