summary refs log tree commit diff
path: root/pkgs/applications/editors
diff options
context:
space:
mode:
authorPatrick Hilhorst <git@hilhorst.be>2020-01-06 11:42:04 +0100
committerPatrick Hilhorst <git@hilhorst.be>2020-01-06 11:42:04 +0100
commit157d9bcc52c6e140570a03ecc64febfb0e8af600 (patch)
tree64e2a24947c167a9e8b74ea6e52b99ace3f22c07 /pkgs/applications/editors
parente443d946bfef86ae98d8e4973130c1c7d50e6c39 (diff)
downloadnixpkgs-157d9bcc52c6e140570a03ecc64febfb0e8af600.tar
nixpkgs-157d9bcc52c6e140570a03ecc64febfb0e8af600.tar.gz
nixpkgs-157d9bcc52c6e140570a03ecc64febfb0e8af600.tar.bz2
nixpkgs-157d9bcc52c6e140570a03ecc64febfb0e8af600.tar.lz
nixpkgs-157d9bcc52c6e140570a03ecc64febfb0e8af600.tar.xz
nixpkgs-157d9bcc52c6e140570a03ecc64febfb0e8af600.tar.zst
nixpkgs-157d9bcc52c6e140570a03ecc64febfb0e8af600.zip
vscode, vscodium: ban nixpkgs-update from updating
nixpkgs-update doesn't correctly update the hash for darwin.
There doesn't seem to be a good fix for this.

See also:

  - #76471
  - #76458

CC: @ryantm @eadwu
Diffstat (limited to 'pkgs/applications/editors')
-rw-r--r--pkgs/applications/editors/vscode/vscode.nix2
-rw-r--r--pkgs/applications/editors/vscode/vscodium.nix2
2 files changed, 4 insertions, 0 deletions
diff --git a/pkgs/applications/editors/vscode/vscode.nix b/pkgs/applications/editors/vscode/vscode.nix
index d602647c34c..663c64ac5de 100644
--- a/pkgs/applications/editors/vscode/vscode.nix
+++ b/pkgs/applications/editors/vscode/vscode.nix
@@ -16,6 +16,8 @@ let
   }.${system};
 in
   callPackage ./generic.nix rec {
+    # The update script doesn't correctly change the hash for darwin, so please:
+    # nixpkgs-update: no auto update
 
     version = "1.41.1";
     pname = "vscode";
diff --git a/pkgs/applications/editors/vscode/vscodium.nix b/pkgs/applications/editors/vscode/vscodium.nix
index 72484730a3e..e7bdacc1390 100644
--- a/pkgs/applications/editors/vscode/vscodium.nix
+++ b/pkgs/applications/editors/vscode/vscodium.nix
@@ -22,6 +22,8 @@ let
 in
   callPackage ./generic.nix rec {
     inherit sourceRoot;
+    # The update script doesn't correctly change the hash for darwin, so please:
+    # nixpkgs-update: no auto update
 
     version = "1.41.1";
     pname = "vscodium";