n/{kyorinrin,microlith}: temporarily comment out rocm stuff; fails to build with latest nixpkgs
Some checks failed
CI / aarch64-linux (push) Failing after 2m2s
CI / x86_64-linux (push) Has been cancelled

This commit is contained in:
Ari Gato 2025-01-24 13:55:52 +01:00
parent 1d896dcf78
commit 5ecc3140cd
2 changed files with 16 additions and 16 deletions

View file

@ -58,12 +58,12 @@
User = "ar";
};
hardware.graphics.extraPackages = with pkgs; [ rocmPackages.clr.icd ];
systemd.tmpfiles.rules = let
rocmEnv = pkgs.symlinkJoin {
name = "rocm-combined";
paths = with pkgs.rocmPackages; [ rocblas hipblas clr ];
};
in [ "L+ /opt/rocm - - - - ${rocmEnv}" ];
# hardware.graphics.extraPackages = with pkgs; [ rocmPackages.clr.icd ];
#
# systemd.tmpfiles.rules = let
# rocmEnv = pkgs.symlinkJoin {
# name = "rocm-combined";
# paths = with pkgs.rocmPackages; [ rocblas hipblas clr ];
# };
# in [ "L+ /opt/rocm - - - - ${rocmEnv}" ];
}

View file

@ -24,12 +24,12 @@
# environment.systemPackages =
# [ pkgs.comfyuiPackages.rocm.comfyui-with-extensions ];
hardware.graphics.extraPackages = with pkgs; [ rocmPackages.clr.icd ];
systemd.tmpfiles.rules = let
rocmEnv = pkgs.symlinkJoin {
name = "rocm-combined";
paths = with pkgs.rocmPackages; [ rocblas hipblas clr ];
};
in [ "L+ /opt/rocm - - - - ${rocmEnv}" ];
# hardware.graphics.extraPackages = with pkgs; [ rocmPackages.clr.icd ];
#
# systemd.tmpfiles.rules = let
# rocmEnv = pkgs.symlinkJoin {
# name = "rocm-combined";
# paths = with pkgs.rocmPackages; [ rocblas hipblas clr ];
# };
# in [ "L+ /opt/rocm - - - - ${rocmEnv}" ];
}