Skip to content

Commit eea72cb

Browse files
committed
fix: morally speaking should not be needed but whatever
1 parent bb84d65 commit eea72cb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

custom_modules/core_services.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ in
106106
# };
107107
# in
108108
# tmp_pkgs.sunshine.override { cudaSupport = true; };
109-
package = pkgs.sunshine;
109+
package = pkgs.sunshine.override { cudaSupport = true; };
110110

111111
autoStart = true;
112112
# broken b/c depends on this for some reason?

0 commit comments

Comments
 (0)