Skip to content

Commit

Permalink
chore: use upstream cyclonedx-cli
Browse files Browse the repository at this point in the history
  • Loading branch information
Erin van der Veen committed Jun 12, 2024
1 parent bedd639 commit c3a1df8
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 225 deletions.
2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
let
pkgs = import nixpkgs { inherit system; };
crane-lib = crane.mkLib nixpkgs.legacyPackages.${system};
cyclonedx = pkgs.callPackage ./nix/cyclonedx.nix { };
cyclonedx = pkgs.cyclonedx-cli;
nixtract-cli = nixtract.defaultPackage.${system};

crane-outputs = import ./nix/crane.nix {
Expand Down
29 changes: 0 additions & 29 deletions nix/cyclonedx.nix

This file was deleted.

Loading

0 comments on commit c3a1df8

Please sign in to comment.