Skip to content

Commit

Permalink
fix build by getting some packages from master
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnRTitor committed Jan 4, 2025
1 parent 6d599d3 commit c7665dc
Show file tree
Hide file tree
Showing 2 changed files with 67 additions and 64 deletions.
128 changes: 64 additions & 64 deletions flake.lock

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

3 changes: 3 additions & 0 deletions modules-overlays/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@

nixpkgs.overlays = [
(final: prev: {
jack1 = pkgs-master.jack1;
pocl = pkgs-master.pocl;
rocmPackages = pkgs-master.rocmPackages;
})
];
}

0 comments on commit c7665dc

Please sign in to comment.