diff --git a/src/sbomnix/nix.py b/src/sbomnix/nix.py index 44834d2..954b3eb 100644 --- a/src/sbomnix/nix.py +++ b/src/sbomnix/nix.py @@ -81,10 +81,6 @@ def add_path(self, nixpath): self._add_cached(nixpath, drv=None) return self._update(drv_path, nixpath) - if self.buildtime: - ret = exec_cmd(["nix-store", "-qR", drv_path]) - for candidate in ret.stdout.splitlines(): - self._update(candidate) def to_dataframe(self): """Return store derivations as pandas dataframe"""