fix(sunshine.nix): update cudaPackages to version 12.4

This commit is contained in:
Giulio De Pasquale 2024-12-16 13:38:46 +00:00
parent 049174c54c
commit 6198e4bca1

View File

@ -30,7 +30,7 @@ let
executable = true;
destination = "/bin/resolution.sh";
};
sunshinePkg = (pkgs.localPkgs.sunshine.override { cudaSupport = true; cudaPackages = pkgs.cudaPackages_12_3; boost = pkgs.boost186; });
sunshinePkg = (pkgs.localPkgs.sunshine.override { cudaSupport = true; cudaPackages = pkgs.cudaPackages_12_4; boost = pkgs.boost186; });
in
{
boot.kernelModules = [ "uinput" ];