vscode, vscodium: Document update scripts
This commit is contained in:
parent
ffb7a61905
commit
40c84bd392
@ -1,6 +1,11 @@
|
|||||||
#!/usr/bin/env nix-shell
|
#!/usr/bin/env nix-shell
|
||||||
#!nix-shell -i bash -p curl gnugrep gnused gawk
|
#!nix-shell -i bash -p curl gnugrep gnused gawk
|
||||||
|
|
||||||
|
# Update script for the vscode versions and hashes.
|
||||||
|
# Usually doesn't need to be called by hand,
|
||||||
|
# but is called by a bot: https://github.com/samuela/nixpkgs-upkeep/actions
|
||||||
|
# Call it by hand if the bot fails to automatically update the versions.
|
||||||
|
|
||||||
set -eou pipefail
|
set -eou pipefail
|
||||||
|
|
||||||
ROOT="$(dirname "$(readlink -f "$0")")"
|
ROOT="$(dirname "$(readlink -f "$0")")"
|
||||||
|
@ -1,6 +1,11 @@
|
|||||||
#!/usr/bin/env nix-shell
|
#!/usr/bin/env nix-shell
|
||||||
#!nix-shell -i bash -p curl gnugrep gnused gawk
|
#!nix-shell -i bash -p curl gnugrep gnused gawk
|
||||||
|
|
||||||
|
# Update script for the vscode versions and hashes.
|
||||||
|
# Usually doesn't need to be called by hand,
|
||||||
|
# but is called by a bot: https://github.com/samuela/nixpkgs-upkeep/actions
|
||||||
|
# Call it by hand if the bot fails to automatically update the versions.
|
||||||
|
|
||||||
set -eou pipefail
|
set -eou pipefail
|
||||||
|
|
||||||
ROOT="$(dirname "$(readlink -f "$0")")"
|
ROOT="$(dirname "$(readlink -f "$0")")"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user