vscod{e,ium}: allow nixpkgs-update to run

nixpkgs-update didn't run the updatescript before, causing issues. This has since been fixed.
This commit is contained in:
Patrick Hilhorst
2021-05-24 21:34:28 +02:00
parent 709785f944
commit e04a574cff
2 changed files with 0 additions and 5 deletions
@@ -20,9 +20,6 @@ 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
# Please backport all compatible updates to the stable release.
# This is important for the extension ecosystem.
version = "1.56.2";
@@ -28,8 +28,6 @@ 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
# Please backport all compatible updates to the stable release.
# This is important for the extension ecosystem.