Commit Graph

1034977 Commits

Author SHA1 Message Date
Harinn e5dfc73ebb python3Packages.click-completion: modernize 2026-07-15 12:28:30 +07:00
Harinn b2f975df0a python3Packages.click-completion: migrate to pyproject 2026-07-15 12:25:18 +07:00
Austin Horstman d6e59d184c fastfetch-unwrapped: 2.65.2 -> 2.66.0 (#542070) 2026-07-15 05:00:45 +00:00
@mjones daa90d93ad policycoreutils: 3.10 -> 3.11 (#540539) 2026-07-15 04:54:04 +00:00
dotlambda 164516b2ca python3Packages.wassima: 2.1.1 -> 2.1.2 (#542016) 2026-07-15 04:49:03 +00:00
nixpkgs-ci[bot] abb87cb05d dwproton-bin: dwproton-11.0-5 -> dwproton-11.0-7 (#542064) 2026-07-15 04:48:03 +00:00
nixpkgs-ci[bot] 49ddfac5cc dprint: 0.55.1 -> 0.55.2 (#542055) 2026-07-15 04:47:59 +00:00
nixpkgs-ci[bot] 7a1953c60d neowall: 0.5.1 -> 0.5.2 (#542001) 2026-07-15 04:47:57 +00:00
R. Ryantm 07c11810b9 fastfetch-unwrapped: 2.65.2 -> 2.66.0 2026-07-15 04:40:45 +00:00
Heitor Augusto cafbeb964c treewide: clean up badPlatforms after x86_64-darwin drop (#541156) 2026-07-15 04:38:31 +00:00
Heitor Augusto cac6dcea20 treewide: drop orphaned x86_64-darwin packages (#541159) 2026-07-15 04:31:50 +00:00
R. Ryantm d955109673 dwproton-bin: dwproton-11.0-5 -> dwproton-11.0-7 2026-07-15 04:07:27 +00:00
nixpkgs-ci[bot] c552e6d492 tpnote: 1.26.4 -> 1.26.6 (#541900) 2026-07-15 03:45:00 +00:00
@mjones 440bfcc2a7 dwarf-fortress-packages.dwarf-fortress-original: 53.14 -> 53.15 (#541111) 2026-07-15 03:39:00 +00:00
R. Ryantm 2aa87d6f7c dprint: 0.55.1 -> 0.55.2 2026-07-15 03:32:17 +00:00
dram 492ef5cbeb treewide: drop simple x86_64-darwin mentions (#541145) 2026-07-15 03:07:38 +00:00
Emily 711c517164 python3Packages.jaxlib-bin: clean up badPlatforms 2026-07-15 03:58:17 +01:00
Emily 1a9cfd0ff5 dxmt: drop 2026-07-15 03:58:17 +01:00
Emily 338789c88b python3Packages.scalene: clean up badPlatforms 2026-07-15 03:58:17 +01:00
Emily 02b4e97982 disk-inventory-x: drop 2026-07-15 03:58:17 +01:00
Emily f5a19d32eb python3Packages.vllm: clean up badPlatforms 2026-07-15 03:58:17 +01:00
Emily f206653078 docker-machine-hyperkit: drop 2026-07-15 03:58:17 +01:00
Emily b65a9b8471 python3Packges.pcodec: clean up badPlatforms 2026-07-15 03:58:17 +01:00
Emily cbbe9cb6bf pcsx2-bin: drop 2026-07-15 03:58:17 +01:00
Emily 45dbd8bdbd python3Packages.ultralytics: remove obsolete badPlatforms 2026-07-15 03:58:17 +01:00
Emily 46643d9b99 python3Packages.tensorflow-bin: clean up badPlatforms 2026-07-15 03:58:17 +01:00
Emily cea0306b62 tokenspeed-triton-llvm: clean up badPlatforms 2026-07-15 03:58:17 +01:00
Emily dbbca5cff7 kilo: clean up badPlatforms 2026-07-15 03:58:17 +01:00
Emily 1b08df4897 sqlpkg-cli: clean up badPlatforms 2026-07-15 03:58:17 +01:00
Emily 9b6c174ce8 luau-lsp: clean up badPlatforms 2026-07-15 03:58:17 +01:00
Emily 2059df24f5 nesting: clean up badPlatforms 2026-07-15 03:58:17 +01:00
Emily 6a34cc8a2e iverilog: clean up badPlatforms 2026-07-15 03:58:17 +01:00
Emily 1dc115bdee openmvg: clean up badPlatforms 2026-07-15 03:58:17 +01:00
Emily 66195bdef4 handy: clean up badPlatforms 2026-07-15 03:58:17 +01:00
Emily 9f9be99817 mongocxx: clean up badPlatforms 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
Emily 58a7504830 notion-app: drop x86_64-darwin support 2026-07-15 03:35:53 +01:00
Emily fd2217a22d bcompare: drop x86_64-darwin support 2026-07-15 03:35:53 +01:00
Emily 314c46a232 sauce-connect: drop x86_64-darwin support 2026-07-15 03:35:53 +01:00
Emily c1ad8d3b27 breitbandmessung: drop x86_64-darwin support 2026-07-15 03:35:53 +01:00
Emily 94322c0633 sdrplay: drop x86_64-darwin support 2026-07-15 03:35:53 +01:00
Emily d4dfed7be3 discord: drop x86_64-darwin support 2026-07-15 03:35:53 +01:00
Emily 16c2510653 wire-desktop: drop x86_64-darwin support 2026-07-15 03:35:53 +01:00
Emily 7fb2d061da obsidian: drop x86_64-darwin support 2026-07-15 03:34:03 +01:00
Emily 7ab820a639 ookla-speedtest: drop x86_64-darwin support 2026-07-15 03:34:03 +01:00
Emily 51422db6ef immersed: drop x86_64-darwin support 2026-07-15 03:34:03 +01:00
Emily 521a3c38e2 harmonoid: drop x86_64-darwin support 2026-07-15 03:34:03 +01:00
Emily fbe878cc86 appflowy: drop x86_64-darwin support 2026-07-15 03:34:03 +01:00
Emily 83f15b24e4 ut1999: drop x86_64-darwin support 2026-07-15 03:34:03 +01:00
nixpkgs-ci[bot] cfc2a4fd62 rgrc: 0.6.13 -> 0.6.14 (#541999) 2026-07-15 02:28:37 +00:00