vscod{e,ium}: set passthru.updateScript

launchpad/nixpkgs/master
Patrick Hilhorst 3 years ago
parent e04a574cff
commit 9674711a57
No known key found for this signature in database
GPG Key ID: 3BB083304DADC0FF
  1. 4
      pkgs/applications/editors/vscode/generic.nix
  2. 2
      pkgs/applications/editors/vscode/vscode.nix
  3. 2
      pkgs/applications/editors/vscode/vscodium.nix

@ -9,7 +9,7 @@
# Attributes inherit from specific versions
, version, src, meta, sourceRoot
, executableName, longName, shortName, pname
, executableName, longName, shortName, pname, updateScript
}:
let
@ -19,7 +19,7 @@ let
inherit pname version src sourceRoot;
passthru = {
inherit executableName tests;
inherit executableName tests updateScript;
fhs = fhs {};
fhsWithPackages = f: fhs { additionalPkgs = f; };
};

@ -37,6 +37,8 @@ in
sourceRoot = "";
updateScript = ./update-vscodium.sh;
meta = with lib; {
description = ''
Open source source code editor developed by Microsoft for Windows,

@ -45,6 +45,8 @@ in
tests = nixosTests.vscodium;
updateScript = ./update-vscodium.sh;
meta = with lib; {
description = ''
Open source source code editor developed by Microsoft for Windows,

Loading…
Cancel
Save