From d105ac5e60af8778e5095b797121990ad154c5e3 Mon Sep 17 00:00:00 2001 From: Update Bot <update-bot@private.storage> Date: Thu, 14 Jul 2022 19:37:09 -0400 Subject: [PATCH] Be very clear about which path we want modified --- ci-tools/update-nixpkgs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci-tools/update-nixpkgs b/ci-tools/update-nixpkgs index 6b4438ac..9267393f 100755 --- a/ci-tools/update-nixpkgs +++ b/ci-tools/update-nixpkgs @@ -59,7 +59,7 @@ nix-build -A morph -o result-before # Spawn *another* nix-shell that has the *other* update-nixpkgs tool. Should # sort out this mess sooner rather than later... -nix-shell ../shell.nix --run 'update-nixpkgs ./nixpkgs.json' +nix-shell ../shell.nix --run 'update-nixpkgs ${PWD}/nixpkgs.json' # Show us what we did if git diff --exit-code; then -- GitLab