Skip to content
Snippets Groups Projects
Commit c20a40ce authored by Jean-Paul Calderone's avatar Jean-Paul Calderone
Browse files

chill out, state monster

parent bc3fc525
No related branches found
No related tags found
3 merge requests!319update production,!311bump nixpkgs version,!305Automate updating nixpkgs pin in develop branch once a week
......@@ -38,7 +38,8 @@ TARGET_BRANCH="nixpkgs-upgrade-$(date +%Y-%m-%d)"
echo '{}' > morph/grid/local/public-keys/users.nix
# nix-build -A morph -o result-before
git checkout "${TARGET_BRANCH}" || git checkout -b "${TARGET_BRANCH}"
git branch -d "${TARGET_BRANCH}" || true
git checkout -b "${TARGET_BRANCH}"
# Spawn *another* nix-shell that has the *other* update-nixpkgs tool. Should
# sort out this mess sooner rather than later...
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment