vscod{e,ium}: set passthru.updateScript
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user