Remove storage-ng from hail

Secrets git submodule is not available in hydra builds.
This commit is contained in:
Emery Hemingway 2019-11-09 14:57:30 +01:00
parent 94c743f4c1
commit ae5bb117cd
1 changed files with 1 additions and 0 deletions

View File

@ -7,6 +7,7 @@ let
blacklist = { blacklist = {
mucbot = true; mucbot = true;
spaceapi = true; spaceapi = true;
storage-ng - true; # missing secrets submodule
}; };
physicalHost = host: { physicalHost = host: {
inherit host; inherit host;