Commit Graph

12 Commits

Author SHA1 Message Date
David Morgan
f243753975 orbstack: 2.2.1-20628 -> 2.2.3-20963 2026-08-07 13:27:44 +01:00
Emily
3336a0bce7 orbstack: drop x86_64-darwin from update script 2026-07-15 03:58:17 +01:00
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
Felix Bargfeldt
9c528d0190 orbstack: 2.1.3-20115 -> 2.2.1-20628 (#527982) 2026-06-07 22:12:57 +00:00
Sandro
7dd59a24b0 orbstack: Adds shell completions to orbstack package (#485447) 2026-06-06 22:38:21 +00:00
Vinicius Deolindo
1a80d9fbfd orbstack: 2.1.3-20115 -> 2.2.1-20628 2026-06-05 19:20:57 -03:00
David Morgan
d16c2ccd8e orbstack: 2.1.1-20026 -> 2.1.3-20115 2026-05-11 07:46:17 +01:00
Vinicius Deolindo
a9f568da9e orbstack: 2.0.5-19905 -> 2.1.1-20026 2026-04-20 14:02:57 -03:00
Josh Asplund
0cec514b9a orbstack: Adds shell completions to orbstack package 2026-01-30 15:03:41 -06:00
David Morgan
0a5d5090fb orbstack: 2.0.4-19887 -> 2.0.5-19905 2025-11-25 17:07:13 +00:00
David Morgan
f847b7a54b orbstack: 2.0.3-19876 -> 2.0.4-19887 2025-11-04 11:29:59 +00:00
David Morgan
51785d8f0c orbstack: init at 2.0.3-19876
Co-authored-by: Noa Virellia <cmiki@amono.me>
Co-authored-by: Sizhe Zhao <prc.zhao@outlook.com>
2025-10-16 07:40:53 +01:00