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 7fe56c8fe4 flutter: 3.41.6 -> 3.41.9 2026-05-11 00:57:00 +00:00
hacker1024 4a7fb2c8ea Revert "flutterPackages: refactor"
This reverts commit fe90d5a666.
2026-04-12 20:41:26 +10:00
kyehn fe90d5a666 flutterPackages: refactor 2026-04-03 08:09:50 +00:00
R. Ryantm 27dfede99d flutter: 3.41.5 -> 3.41.6 2026-03-30 03:20:19 +00:00
R. Ryantm 1738a6a951 flutter: 3.41.2 -> 3.41.5 2026-03-20 23:17:14 +00:00
kyehn 93ff2420cf flutter341: 3.41.1 -> 3.41.2 2026-02-19 22:34:21 +00:00
qzylinra c5479831f6 flutter341: 3.41.0 -> 3.41.1 2026-02-15 11:41:29 +08:00
kyehn 805fe4e2c5 flutter341: 3.41.0-0.3.pre -> 3.41.0 2026-02-12 02:45:18 +00:00
qzylinra 08ccb6cd3d flutter341: 3.41.0-0.2.pre -> 3.41.0-0.3.pre 2026-02-10 10:24:00 +08:00
qzylinra e5d349cfd3 flutter341: 3.41.0-0.1.pre -> 3.41.0-0.2.pre 2026-01-30 03:14:00 +08:00
qzylinra c43c23ff20 flutter341: 3.41.0-0.0.pre -> 3.41.0-0.1.pre 2026-01-27 09:12:02 +08:00
qzylinra b009a98ee2 flutter341: init at 3.41.0-0.0.pre 2026-01-24 13:40:51 +00:00