fix(sunshine.nix): update sunshinePkg to use unstablePkgs

This commit is contained in:
Giulio De Pasquale 2025-01-31 17:58:49 +00:00
parent 15256e49d2
commit 3187fedfb6

View File

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