From 456e673c7dd6cf3ff7dd443832465fd101b88880 Mon Sep 17 00:00:00 2001 From: Malte Brandy Date: Thu, 7 Jan 2021 05:17:25 +0100 Subject: [PATCH] Trying to fix bump-script --- overlays/testing.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/overlays/testing.nix b/overlays/testing.nix index 6e6788b4..f6667d24 100644 --- a/overlays/testing.nix +++ b/overlays/testing.nix @@ -54,7 +54,7 @@ in { git "config" "user.email" "maralorn@maralorn.de" git "config" "user.name" "maralorn (nix-auto-updater)" git "commit" "-am" "Update dependencies with niv" - git "push" "-f" "HEAD:niv-bump" + git "push" "-f" "origin" "HEAD:niv-bump" let branch = if bump then "niv-bump" else "master" concurrently_ (mapConcurrently_ (\x -> laminarc ["run", [i|system-config-#{x}|], [i|BRANCH=#{branch}|]]) ${