We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 16db35a commit 5b3976bCopy full SHA for 5b3976b
desktop/configuration/nixpkgs.nix
@@ -3,6 +3,6 @@ _:
3
{
4
nixpkgs = {
5
overlays = [ (final: prev: { }) ];
6
- config.rocmSupport = false;
+ config.rocmSupport = true;
7
};
8
}
0 commit comments