Commit Graph

17 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
b30acab643 flutter: remove package_graph related patches 2025-08-26 11:57:30 +08:00
mivorasu
4a3953b483 flutter332: 3.32.7 -> 3.32.8 2025-07-26 12:46:10 +00:00
mivorasu
ad525a3ff3 flutter332: 3.32.6 -> 3.32.7 2025-07-22 21:23:02 +00:00
emaryn
585c8de93a flutter332: 3.32.5 -> 3.32.6 2025-07-10 02:52:59 +08:00
emaryn
f73b190353 flutter332: 3.32.2 -> 3.32.5 2025-06-27 03:19:20 +08:00
Maciej Krüger
526945c579 Fix Flutter Android builds with Gradle 8.9+ (#412907) 2025-06-16 19:10:21 +02:00
Boris Nagaev
5b89278f47 flutter332: 3.32.0 -> 3.32.2 2025-06-08 21:01:31 -03:00
hacker1024
c276ee50c4 flutter{329,332}: Pass -Pkotlin.project.persistent.dir as well 2025-06-01 21:04:25 +10:00
hacker1024
4ccd185ba8 flutter{329,332}: Pass --project-cache-dir to Gradle 2025-06-01 20:34:25 +10:00
emaryn
21da167f47 flutter332: 3.32.0-0.4.pre -> 3.32.0 2025-05-21 16:45:58 +08:00
emaryn
09d94451ca flutter332, flutter329: add patch 2025-05-12 22:19:05 +00:00
emaryn
809f76d082 flutter332: 3.32.0-0.3.pre -> 3.32.0-0.4.pre 2025-05-12 22:19:05 +00:00
emaryn
3781a682a9 flutter332: init at 3.32.0-0.3.pre 2025-05-05 15:27:40 +00:00