1
0

Compare commits

...

3 Commits

Author SHA1 Message Date
5e69eba537 Update from updated-inputs-2024-03-18-02-03 2024-03-18 03:04:10 +01:00
Flake Update Bot
c31b5ca88f Update nixpkgs 2024-03-18-02-03 2024-03-18 03:04:08 +01:00
79d9bffba1 pkgs/clerie-update-nixfiles: switch branch before removing itself 2024-03-17 17:02:32 +01:00

View File

@ -69,6 +69,7 @@ echo "[!] biep"
if xgit diff --quiet origin/updated-inputs "${UPDATE_BRANCH}"
then
echo "[!] Nothing changed, removing branch"
xgit checkout updated-inputs
xgit branch -D "${UPDATE_BRANCH}"
exit 0
fi