NixOS/nix

`nix-store --register-validity` is undocumented

Open

#13.303 aberto em 31 de mai. de 2025

Ver no GitHub
 (1 comment) (1 reaction) (0 assignees)C++ (1.293 forks)batch import
documentationgood first issue

Métricas do repositório

Stars
 (9.803 stars)
Métricas de merge de PR
 (Mesclagem média 4d 12h) (86 fundiu PRs em 30d)

Description

The command nix-store --register-validity which is only referenced to in the documentation of exportReferencesGraph is completely undocumented https://nix.dev/manual/nix/2.26/language/advanced-attributes#adv-attr-exportReferencesGraph

This means that the file format that https://nix.dev/manual/nix/2.26/language/advanced-attributes#adv-attr-exportReferencesGraph generates is fully undocumented too.

We should document the nix-store --register-validity command.

Originally posted by @arianvp in #10279

Guia do colaborador