I am trying a few things but Rust/cargo are not showing up in nix-store -q -R in the first place, only in Hydra's Build Dependencies tab.
nix-store -q -R
nix show-derivation shows the inputs of a locally built derivation.
nix show-derivation
Seems I got confused because of libartiq-support used in lit tests.
Note: there is also a related removeReferencesTo package in nixpkgs.
removeReferencesTo
No due date set.
No dependencies set.
Deleting a branch is permanent. It CANNOT be undone. Continue?
I am trying a few things but Rust/cargo are not showing up in
nix-store -q -R
in the first place, only in Hydra's Build Dependencies tab.nix show-derivation
shows the inputs of a locally built derivation.Seems I got confused because of libartiq-support used in lit tests.
Note: there is also a related
removeReferencesTo
package in nixpkgs.