From c70436411479ca7f0f3bca84def11968bc39f59c Mon Sep 17 00:00:00 2001 From: Ching Pei Yang Date: Sat, 23 Nov 2024 17:55:31 +0100 Subject: [PATCH] fix: nix input bs --- scripts/ci/test-pin.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/ci/test-pin.sh b/scripts/ci/test-pin.sh index 3dbc249..aea0afd 100755 --- a/scripts/ci/test-pin.sh +++ b/scripts/ci/test-pin.sh @@ -23,7 +23,7 @@ hyprgrassRev=${2:-main} hyprlandCommit="$(git ls-remote https://github.com/hyprwm/Hyprland.git "${hyprlandRev}" | cut -f 1)" hyprgrassCommit="$(git rev-parse "${hyprgrassRev}")" -nix build --no-link "git+file://$(pwd)?rev=${hyprgrassCommit}#hyprgrassWithTests" \ +nix build --no-link "git+file://$(pwd)?rev=${hyprgrassCommit}&shallow=true#hyprgrassWithTests" \ --override-input hyprland "github:hyprwm/Hyprland/${hyprlandRev}" \ echo "[\"${hyprlandCommit}\", \"${hyprgrassCommit}\"], # ${hyprlandRev}"