about summary refs log tree commit diff
diff options
context:
space:
mode:
authorGauvain 'GovanifY' Roussel-Tarbouriech <gauvain@govanify.com>2022-09-11 04:17:47 +0200
committerWinter <winter@winter.cafe>2022-09-10 22:29:10 -0400
commitfae1a2aa41751fd41266e0d639709be954941b57 (patch)
tree24e54b3566c6c03d92050dee0bf08ebfaf8f8d9c
parente53852e6f3083b0af6fd76cd9e645bb331950bdc (diff)
downloadnixlib-fae1a2aa41751fd41266e0d639709be954941b57.tar
nixlib-fae1a2aa41751fd41266e0d639709be954941b57.tar.gz
nixlib-fae1a2aa41751fd41266e0d639709be954941b57.tar.bz2
nixlib-fae1a2aa41751fd41266e0d639709be954941b57.tar.lz
nixlib-fae1a2aa41751fd41266e0d639709be954941b57.tar.xz
nixlib-fae1a2aa41751fd41266e0d639709be954941b57.tar.zst
nixlib-fae1a2aa41751fd41266e0d639709be954941b57.zip
pcsx2: disable auto updates
An update is triggered every time a new release is made which,
unfortunately for PCSX2's release model, is every time a PR is merged.
This is way too high frequency so let's disable this.
-rw-r--r--pkgs/applications/emulators/pcsx2/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/applications/emulators/pcsx2/default.nix b/pkgs/applications/emulators/pcsx2/default.nix
index 5f5579658b13..a4e99b0515bc 100644
--- a/pkgs/applications/emulators/pcsx2/default.nix
+++ b/pkgs/applications/emulators/pcsx2/default.nix
@@ -33,6 +33,7 @@
 stdenv.mkDerivation rec {
   pname = "pcsx2";
   version = "1.7.3165";
+  # nixpkgs-update: no auto update
 
   src = fetchFromGitHub {
     owner = "PCSX2";