Flake: Update inputs and disable ROCM (gpu doesn't support it)

This commit is contained in:
Zeph Levy 2026-04-30 22:34:52 +02:00
parent 14eff1c720
commit f4690418b1
2 changed files with 13 additions and 13 deletions

View file

@ -3,5 +3,5 @@
enable = true;
enable32Bit = true;
};
nixpkgs.config.rocmSupport = true;
# nixpkgs.config.rocmSupport = true;
}