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