Commit Graph

16 Commits

Author SHA1 Message Date
qzylinra
6188b7af00 flutterPackages-source: drop 2026-08-14 07:30:13 +00: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
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
qzylinra
3d91759d73 flutter338: 3.38.9 -> 3.38.10 2026-02-12 10:10:31 +08:00
qzylinra
9dcd0b21b8 flutter338: 3.38.8 -> 3.38.9 2026-01-30 03:20:15 +08:00
qzylinra
dab06e1ff3 flutter338: 3.38.7 -> 3.38.8 2026-01-28 06:16:23 +08:00
qzylinra
cfdb4a44d9 flutter338: 3.38.6 -> 3.38.7 2026-01-16 09:15:17 +08:00
qzylinra
58b792de89 flutter338: 3.38.5 -> 3.38.6 2026-01-10 18:42:58 +08:00
qzylinra
3f6c674a0c flutter338: 3.38.4 -> 3.38.5 2025-12-23 19:46:14 +08:00
R. Ryantm
dbe15c61ad flutter: 3.38.3 -> 3.38.4 2025-12-06 10:37:22 +00:00
kyehn
821d61ca9b flutter338: 3.38.1 -> 3.38.3 2025-11-21 19:21:56 +00:00
kyehn
9eb85548b4 flutter338: 3.38.0 -> 3.38.1 2025-11-13 19:17:32 +00:00
kyehn
4f5e6edadf flutter338: 3.38.0-0.2.pre -> 3.38.0 2025-11-12 21:03:21 +00:00
qzylinra
78959ee6e3 flutterPackages-source: clean 2025-11-11 09:16:56 +00:00
qzylinra
e61e676f4b flutter338: init at 3.38.0-0.2.pre 2025-11-03 07:14:56 +00:00