From ae5bb117cdbb019880ef0ff1db2fd4224fdb489b Mon Sep 17 00:00:00 2001 From: Emery Hemingway Date: Sat, 9 Nov 2019 14:57:30 +0100 Subject: [PATCH] Remove storage-ng from hail Secrets git submodule is not available in hydra builds. --- hail.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/hail.nix b/hail.nix index b5fb21b..0f99dda 100644 --- a/hail.nix +++ b/hail.nix @@ -7,6 +7,7 @@ let blacklist = { mucbot = true; spaceapi = true; + storage-ng - true; # missing secrets submodule }; physicalHost = host: { inherit host;