tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
vscode-extensions: add `cacert` to update script
Pol Dellaiera
2 years ago
301ca966
3c009dfe
+1
-1
1 changed file
expand all
collapse all
unified
split
pkgs
applications
editors
vscode
extensions
update_installed_exts.sh
+1
-1
pkgs/applications/editors/vscode/extensions/update_installed_exts.sh
···
1
1
#! /usr/bin/env nix-shell
2
2
-
#! nix-shell -i bash -p curl jq unzip
2
2
+
#! nix-shell -i bash -p cacert curl jq unzip
3
3
# shellcheck shell=bash
4
4
set -eu -o pipefail
5
5