about summary refs log tree commit diff
path: root/pkgs/development/tools/bazel-watcher
diff options
context:
space:
mode:
authorUri Baghin <uri@canva.com>2019-02-01 17:30:36 +1100
committerUri Baghin <uri@canva.com>2019-02-01 17:30:36 +1100
commit2b2854e5221a1e551c60f8b5f36870c4eb83b647 (patch)
treec26d4cba3677667f9ceca0010921c10fbb51a7bf /pkgs/development/tools/bazel-watcher
parent8b85a86023a62800370c52e2068226eb4207f046 (diff)
downloadnixlib-2b2854e5221a1e551c60f8b5f36870c4eb83b647.tar
nixlib-2b2854e5221a1e551c60f8b5f36870c4eb83b647.tar.gz
nixlib-2b2854e5221a1e551c60f8b5f36870c4eb83b647.tar.bz2
nixlib-2b2854e5221a1e551c60f8b5f36870c4eb83b647.tar.lz
nixlib-2b2854e5221a1e551c60f8b5f36870c4eb83b647.tar.xz
nixlib-2b2854e5221a1e551c60f8b5f36870c4eb83b647.tar.zst
nixlib-2b2854e5221a1e551c60f8b5f36870c4eb83b647.zip
bazel-deps: 2018-11-01 -> 2019-02-01
Diffstat (limited to 'pkgs/development/tools/bazel-watcher')
-rw-r--r--pkgs/development/tools/bazel-watcher/default.nix3
1 files changed, 0 insertions, 3 deletions
diff --git a/pkgs/development/tools/bazel-watcher/default.nix b/pkgs/development/tools/bazel-watcher/default.nix
index 3f952ef7140a..5bb1825d0350 100644
--- a/pkgs/development/tools/bazel-watcher/default.nix
+++ b/pkgs/development/tools/bazel-watcher/default.nix
@@ -29,9 +29,6 @@ buildBazelPackage rec {
 
       # tell rules_go to use the Go binary found in the PATH
       sed -e 's:go_register_toolchains():go_register_toolchains(go_version = "host"):g' -i WORKSPACE
-
-      # tell rules_go to invoke GIT with custom CAINFO path
-      export GIT_SSL_CAINFO="${cacert}/etc/ssl/certs/ca-bundle.crt"
     '';
 
     preInstall = ''