rename intel-computer-runtime-legacy to -legacy1

This commit is contained in:
fleaz 2024-12-30 12:38:29 +01:00
parent 6f611a089e
commit 7fc544758f
4 changed files with 49 additions and 20 deletions

View file

@ -6,6 +6,6 @@ let
in
pkgs.mkShell {
buildInputs = with pkgs; [
intel-compute-runtime-legacy
intel-compute-runtime-legacy1
];
}