NixDerivation has metadata always set to null currently #338

Closed
opened 2024-11-11 12:50:38 +00:00 by erictapen · 0 comments
erictapen commented 2024-11-11 12:50:38 +00:00 (Migrated from github.com)

We have lots of available metadata in shared_nixderivationmeta but none of it seems to be linked to a derivation:

$ psql
psql (15.8)
Type "help" for help.

web-security-tracker=> select metadata_id from shared_nixderivation where metadata_id != null;
 metadata_id 
-------------
(0 rows)
We have lots of available metadata in `shared_nixderivationmeta` but none of it seems to be linked to a derivation: ```console $ psql psql (15.8) Type "help" for help. web-security-tracker=> select metadata_id from shared_nixderivation where metadata_id != null; metadata_id ------------- (0 rows) ```
Sign in to join this conversation.
No description provided.