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}"