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

actually it is over there

parent c67e4a7b
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
#!/usr/bin/env nix-shell
#!nix-shell -i sh -p nixUnstable git curl
#!nix-shell -i sh -p nixUnstable git curl python3
set -eux -o pipefail
......@@ -10,7 +10,7 @@ nix-build -A morph -o result-before
git checkout "${TARGET_BRANCH}" || git checkout -b "${TARGET_BRANCH}"
./update-nixpkgs
./tools/update-nixpkgs
nix-build -A morph -o result-after
diff=$(nix --extra-experimental-features nix-command store diff-closures ./result-before/ ./result-after/)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment