1
0
Fork 0

Fix bump script

This commit is contained in:
maralorn 2023-02-06 04:46:11 +01:00
parent 877f6348fa
commit ca0e91eb6a

View file

@ -31,9 +31,9 @@ paths =
repo = "git@hera.m-0.eu:nixos-config"
main = do
git "clone" repo "."
git "config" "user.email" "maralorn@maralorn.de"
git "config" "user.name" "maralorn (nix-auto-updater)"
git "clone" repo "."
setEnv "PATH" . toString $ Text.intercalate ":" paths
ignoreFailure $ nix "flake" "update" "--commit-lock-file" "--commit-lockfile-summary"
changed <- LBS.null <$> (git "branch" "-r" "--contains" "HEAD" |> captureTrim)