all repos — nixfiles @ 21e2678dd3927052f74cb5fc53678db5fbb89a9d

System and user configuration, managed by nix and home-manager

update-tabnine: fail more informatively

Alan Pearce
commit

21e2678dd3927052f74cb5fc53678db5fbb89a9d

parent

42481db98949754071e71756dd4ce3413853914a

1 file changed, 3 insertions(+), 1 deletion(-)

jump to
M update-tabnine.shupdate-tabnine.sh
@@ -1,7 +1,9 @@
#!/bin/sh +set -euo pipefail + function prefetch_target () { - nix-prefetch-url --type sha256 https://update.tabnine.com/$2/$1/TabNine 2> /dev/null + nix-prefetch-url --type sha256 https://update.tabnine.com/$2/$1/TabNine } if [ -z "$1" ]; then