Commit Graph

13 Commits

Author SHA1 Message Date
Emily
fdb820602b treewide: drop simple x86_64-darwin mentions
To reproduce:

    $ nix run nixpkgs/3b32825de172d0bc85664f495edb096b10862524#ast-grep \
        -- scan --update-all --inline-rules '
          id: nix-x86_64-darwin
          language: nix
          rule:
            any:
              - pattern: "\"x86_64-darwin\""
                kind: list_expression > string_expression
              - pattern:
                  context: "{ \"x86_64-darwin\" = $EXPR; }"
                  selector: binding
              - pattern:
                  context: "{ x86_64-darwin = $EXPR; }"
                  selector: binding
          fix:
            template: ""
        ' pkgs
    $ nix run nixpkgs/3b32825de172d0bc85664f495edb096b10862524#ast-grep \
        -- scan --update-all --inline-rules '
          id: json-first-x86_64-darwin
          language: json
          rule:
            kind: object > pair:nth-child(1)
            has:
              pattern: "\"x86_64-darwin\""
              field: key
          fix:
            template: ""
            expandEnd: { regex: "," }
        ' pkgs
    $ nix run nixpkgs/3b32825de172d0bc85664f495edb096b10862524#ast-grep \
        -- scan --update-all --inline-rules '
          id: json-x86_64-darwin
          language: json
          rule:
            kind: object > pair
            has:
              pattern: "\"x86_64-darwin\""
              field: key
          fix:
            template: ""
            expandStart: { regex: "," }
        ' pkgs
    $ git restore pkgs/by-name/om/omnix/package.nix
    $ git diff --name-only -z \
        | nix shell nixpkgs/3b32825de172d0bc85664f495edb096b10862524#gnused \
            -c xargs -0 sed -i '/^$/N; /^\n\? \+$/d'
    $ treefmt
2026-07-15 03:58:16 +01:00
R. Ryantm
aee61b1cfc vscode-extensions.continue.continue: 1.2.22 -> 2.0.0 2026-06-20 05:35:28 +00:00
R. Ryantm
c8d8a8e3d5 vscode-extensions.continue.continue: 1.2.11 -> 1.2.22 2026-04-04 01:24:27 +00:00
R. Ryantm
f8de6ac5c2 vscode-extensions.continue.continue: 1.2.10 -> 1.2.11 2025-11-27 03:27:54 +00:00
R. Ryantm
088c65a81f vscode-extensions.continue.continue: 1.2.9 -> 1.2.10 2025-10-21 20:46:20 +00:00
R. Ryantm
f7533688b8 vscode-extensions.continue.continue: 1.2.8 -> 1.2.9 2025-10-15 23:28:06 +00:00
Raroh73
7117f21044 maintainers: drop raroh73 2025-10-12 15:56:30 +02:00
R. Ryantm
b638c53a1a vscode-extensions.continue.continue: 1.2.6 -> 1.2.8 2025-10-09 17:46:41 +00:00
R. Ryantm
2248e76bf7 vscode-extensions.continue.continue: 1.2.4 -> 1.2.6 2025-09-30 22:42:52 +00:00
R. Ryantm
aca929b744 vscode-extensions.continue.continue: 1.2.2 -> 1.2.4 2025-09-20 03:04:21 +00:00
R. Ryantm
9812eeb595 vscode-extensions.continue.continue: 1.1.76 -> 1.2.2 2025-09-09 00:05:59 +00:00
Jean Lucas
26ae641711 vscode-extensions.continue.continue: add flacks as maintainer 2025-08-14 10:17:21 -04:00
Jean Lucas
41aa46afb9 vscode-extensions.continue.continue: 1.1.49 -> 1.1.76 2025-08-14 10:16:43 -04:00