treewide: use https for nixos.org and hydra.nixos.org

tarballs.nixos.org is omitted from the change because urls from there
are always hashed and checked
This commit is contained in:
Pavol Rusnak
2020-04-18 22:51:19 +02:00
committed by Jon
parent de9f8c36c9
commit 7b0167204d
41 changed files with 44 additions and 44 deletions

View File

@@ -102,7 +102,7 @@ buildPythonPackage rec {
})
];
# Seems to fail unpredictably on Darwin. See http://hydra.nixos.org/build/49877419/nixlog/1
# Seems to fail unpredictably on Darwin. See https://hydra.nixos.org/build/49877419/nixlog/1
# for one example, but I've also seen ContextTests.test_set_verify_callback_exception fail.
doCheck = !stdenv.isDarwin;