From 1c2d3531203047f805fe126e37d777dc94dec884 Mon Sep 17 00:00:00 2001 From: Malte Brandy Date: Fri, 26 Jun 2020 19:05:42 +0200 Subject: [PATCH] Further fix --- overlays/testing.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/overlays/testing.nix b/overlays/testing.nix index 265087f7..87593694 100644 --- a/overlays/testing.nix +++ b/overlays/testing.nix @@ -61,7 +61,7 @@ in { git "-C" repoDir "config" "user.name" "maralorn (nix-auto-updater)" git "-C" repoDir "commit" "-am" "Update dependencies with niv" git "-C" repoDir "push" "-f" "origin" "master:version-bump" - concurrently + concurrently_ (mapConcurrently_ (test_system_config repoDir) ${self.haskellList systems}) (mapConcurrently_ (test_home_config repoDir) ${self.haskellList homes}) when changed $ do