This commit is contained in:
mjallen18
2025-09-02 21:22:10 -05:00
parent 0691806032
commit 57a079a86f
11 changed files with 23 additions and 23 deletions

View File

@@ -21,7 +21,7 @@ vscode-utils.buildVscodeMarketplaceExtension {
};
unpackPhase = ''
${pkgs.unzip}/bin/unzip -q $src
${lib.getExe pkgs.unzip} -q $src
'';
meta = with lib; {