sbomnix: fix JSON issue with recent nix

This commit is contained in:
Hans Joachim Kliemeck
2026-04-24 04:56:02 +00:00
parent dc754eda70
commit bb7c727364
+4 -1
View File
@@ -4,6 +4,7 @@
git,
grype,
nix,
nixVersions,
nix-visualize,
python3,
vulnix,
@@ -30,7 +31,9 @@ python3.pkgs.buildPythonApplication (finalAttrs: {
"--prefix PATH : ${
lib.makeBinPath [
git
nix
# nix
# TODO: remove once sbomnix support new JSON format: https://github.com/tiiuae/sbomnix/issues/267
nixVersions.nix_2_31
python3.pkgs.graphviz
nix-visualize
vulnix