lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

rutorrent: pin php version to 8.2

+1 -1
+1 -1
nixos/modules/services/web-apps/rutorrent.nix
··· 211 211 $throttleMaxSpeed = 327625*1024; 212 212 213 213 $pathToExternals = array( 214 - "php" => "${pkgs.php}/bin/php", // Something like /usr/bin/php. If empty, will be found in PATH. 214 + "php" => "${pkgs.php82}/bin/php", // Something like /usr/bin/php. If empty, will be found in PATH. 215 215 "curl" => "${pkgs.curl}/bin/curl", // Something like /usr/bin/curl. If empty, will be found in PATH. 216 216 "gzip" => "${pkgs.gzip}/bin/gzip", // Something like /usr/bin/gzip. If empty, will be found in PATH. 217 217 "id" => "${pkgs.coreutils}/bin/id", // Something like /usr/bin/id. If empty, will be found in PATH.