vscode-extensions.vadimcn.vscode-lldb: fix

This commit is contained in:
oxalica 2021-02-05 19:37:39 +08:00
parent d83371d16e
commit 1646652b4a
No known key found for this signature in database
GPG Key ID: CED392DE0C483D00
2 changed files with 2 additions and 2 deletions

View File

@ -689,7 +689,7 @@ let
}; };
}; };
vadimcn.vscode-lldb = callPackage ./vscode-lldb {}; vadimcn.vscode-lldb = callPackage ./vscode-lldb { };
vincaslt.highlight-matching-tag = buildVscodeMarketplaceExtension { vincaslt.highlight-matching-tag = buildVscodeMarketplaceExtension {
mktplcRef = { mktplcRef = {

View File

@ -1,5 +1,5 @@
#!/usr/bin/env nix-shell #!/usr/bin/env nix-shell
#!nix-shell -i bash -p git jq nix-prefetch #!nix-shell -i bash -p jq nix-prefetch
set -eo pipefail set -eo pipefail
cd "$(dirname "${BASH_SOURCE[0]}")" cd "$(dirname "${BASH_SOURCE[0]}")"
if [[ $# -ne 1 ]]; then if [[ $# -ne 1 ]]; then