Skip to content

Commit

Permalink
fix: nix input bs
Browse files Browse the repository at this point in the history
  • Loading branch information
horriblename committed Nov 23, 2024
1 parent ff1d8bc commit c704364
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/ci/test-pin.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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}"

0 comments on commit c704364

Please sign in to comment.