style: format (alejandra)

This commit is contained in:
zerosummed
2025-02-14 21:06:51 +03:00
parent 70021da132
commit e1c484b1c0
14 changed files with 363 additions and 341 deletions

View File

@@ -1,5 +1,5 @@
# FIXME: very unstable (on every request opens pager) but works somehow
{ pkgs, ... }:
{pkgs, ...}:
pkgs.writeShellScriptBin "gh-tl" ''
set -euo pipefail
@@ -54,7 +54,7 @@ pkgs.writeShellScriptBin "gh-tl" ''
# Fetch all labels from the source repository with pagination
echo "Fetching labels from $SOURCE_REPO..."
LABELS_JSON=$(gh api -H "Accept: application/vnd.github.v3+json" \
/repos/"$SOURCE_REPO"/labels --paginate | jq -s 'add')