rocmPackages: introduce separate package sets for version 5 and 6

I am not sure for how long we should keep this,
but maybe keeping it for a bit helps if version 6 breaks stuff,
even outside of nixpkgs, and then get rid of it again.
This commit is contained in:
Martin Schwaighofer 2024-02-10 18:57:07 +01:00
parent 988cb8cedb
commit 9fe4830c7d
1 changed files with 2 additions and 1 deletions

View File

@ -7699,8 +7699,9 @@ with pkgs;
rar2fs = callPackage ../tools/filesystems/rar2fs { };
rocmPackages = rocmPackages_5;
rocmPackages = rocmPackages_6;
rocmPackages_5 = recurseIntoAttrs (callPackage ../development/rocm-modules/5 { });
rocmPackages_6 = recurseIntoAttrs (callPackage ../development/rocm-modules/6 { });
rune = callPackage ../development/interpreters/rune { };