Skip to content

Commit

Permalink
chore: flake update and related fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Erin van der Veen committed Jun 12, 2024
1 parent 59a7f5c commit bedd639
Show file tree
Hide file tree
Showing 10 changed files with 52,891 additions and 12,543 deletions.
18 changes: 9 additions & 9 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
(system:
let
pkgs = import nixpkgs { inherit system; };
crane-lib = crane.lib.${system};
crane-lib = crane.mkLib nixpkgs.legacyPackages.${system};
cyclonedx = pkgs.callPackage ./nix/cyclonedx.nix { };
nixtract-cli = nixtract.defaultPackage.${system};

Expand Down
Loading

0 comments on commit bedd639

Please sign in to comment.