From 09c030be95bfe972f3ee2661f06dbd84d9fef7b9 Mon Sep 17 00:00:00 2001 From: Jean-Paul Calderone <exarkun@twistedmatrix.com> Date: Tue, 12 Jul 2022 16:02:44 -0400 Subject: [PATCH] argh these environments are so blech --- ci-tools/update-nixpkgs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ci-tools/update-nixpkgs b/ci-tools/update-nixpkgs index 55c8ec67..6fe5c16a 100755 --- a/ci-tools/update-nixpkgs +++ b/ci-tools/update-nixpkgs @@ -1,5 +1,5 @@ #!/usr/bin/env nix-shell -#!nix-shell -i sh -p nixUnstable git curl python3 +#!nix-shell -i sh -p nixUnstable git curl set -eux -o pipefail @@ -10,7 +10,7 @@ nix-build -A morph -o result-before git checkout "${TARGET_BRANCH}" || git checkout -b "${TARGET_BRANCH}" -./tools/update-nixpkgs +nix-shell ./tools/ --run update-nixpkgs nix-build -A morph -o result-after diff=$(nix --extra-experimental-features nix-command store diff-closures ./result-before/ ./result-after/) -- GitLab