From 6198e4bca13bfeb1933e16c8ab13225f6c421e78 Mon Sep 17 00:00:00 2001 From: Giulio De Pasquale Date: Mon, 16 Dec 2024 13:38:46 +0000 Subject: [PATCH] fix(sunshine.nix): update `cudaPackages` to version 12.4 --- hosts/architect/sunshine.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/architect/sunshine.nix b/hosts/architect/sunshine.nix index cbdf62f..96b6572 100644 --- a/hosts/architect/sunshine.nix +++ b/hosts/architect/sunshine.nix @@ -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" ];