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

just to see

parent 6b73fa15
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
...@@ -39,7 +39,7 @@ git checkout "${TARGET_BRANCH}" || git checkout -b "${TARGET_BRANCH}" ...@@ -39,7 +39,7 @@ git checkout "${TARGET_BRANCH}" || git checkout -b "${TARGET_BRANCH}"
# Spawn *another* nix-shell that has the *other* update-nixpkgs tool. Should # Spawn *another* nix-shell that has the *other* update-nixpkgs tool. Should
# sort out this mess sooner rather than later... # sort out this mess sooner rather than later...
nix-shell ./shell.nix --run update-nixpkgs nix-shell ./shell.nix --run 'update-nixpkgs --dry-run'
# Show us what we did # Show us what we did
if git diff --exit-code; then if git diff --exit-code; then
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment