n/{kyorinrin,microlith}: temporarily comment out rocm stuff; fails to build with latest nixpkgs
This commit is contained in:
parent
1d896dcf78
commit
5ecc3140cd
2 changed files with 16 additions and 16 deletions
|
@ -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}" ];
|
||||
}
|
||||
|
|
|
@ -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}" ];
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue