fix nix flake check
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
{
|
||||
fetchFromGitHub,
|
||||
lib,
|
||||
namespace,
|
||||
nodejs,
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
{
|
||||
lib,
|
||||
writeShellApplication,
|
||||
nebula,
|
||||
sops,
|
||||
|
||||
@@ -16,12 +16,10 @@ let
|
||||
in
|
||||
vscode-utils.buildVscodeMarketplaceExtension {
|
||||
mktplcRef = {
|
||||
name = vars.name;
|
||||
publisher = vars.publisher;
|
||||
version = vars.version;
|
||||
inherit (vars) name publisher version;
|
||||
};
|
||||
|
||||
vsix = sources.vsix;
|
||||
inherit (sources) vsix;
|
||||
|
||||
unpackPhase = ''
|
||||
${lib.getExe pkgs.unzip} -q $src
|
||||
|
||||
Reference in New Issue
Block a user