chore: statix fix

This commit is contained in:
Harald Hoyer 2026-04-20 10:09:24 +02:00
parent 8ec7cb7794
commit 6d0186eadb
35 changed files with 39 additions and 46 deletions

View file

@ -71,8 +71,7 @@ in
enable = true;
extraPackages =
[ ]
++ lib.optionals pkgs.stdenv.targetPlatform.isx86_64 (
lib.optionals pkgs.stdenv.targetPlatform.isx86_64 (
with pkgs;
[
vpl-gpu-rt
@ -90,8 +89,7 @@ in
rocmEnv = pkgs.symlinkJoin {
name = "rocm-combined";
paths =
[ ]
++ lib.optionals pkgs.stdenv.targetPlatform.isx86_64 (
lib.optionals pkgs.stdenv.targetPlatform.isx86_64 (
with pkgs.rocmPackages;
[
rocblas