Skip to content

Commit 5b3976b

Browse files
committed
reenable rocm
1 parent 16db35a commit 5b3976b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

desktop/configuration/nixpkgs.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@ _:
33
{
44
nixpkgs = {
55
overlays = [ (final: prev: { }) ];
6-
config.rocmSupport = false;
6+
config.rocmSupport = true;
77
};
88
}

0 commit comments

Comments
 (0)