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 |
|
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 |
|
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 |
|
nixpkgs-ci[bot]
|
a438a68ad0
|
fzf-zsh-plugin: 1.0.0-unstable-2026-06-30 -> 1.0.0-unstable-2026-07-09 (#541943)
|
2026-07-15 02:28:32 +00:00 |
|
Emily
|
0a6bfb4390
|
stats: fix darwin build (#541786)
|
2026-07-15 02:05:11 +00:00 |
|
Emily
|
0d017f44f4
|
gtk4: fix build on darwin by linking with lld (#541749)
|
2026-07-15 02:01:22 +00:00 |
|
Emily
|
ccca1b2a0b
|
noti: fix build on Darwin (#541626)
|
2026-07-15 02:00:50 +00:00 |
|
Emily
|
f8f5955c82
|
darktable: fix build on Darwin (#541646)
|
2026-07-15 01:59:18 +00:00 |
|
Emily
|
6226bebb2d
|
mactop: fix build (#541630)
|
2026-07-15 01:59:02 +00:00 |
|
Emily
|
6b0007bb6a
|
blueutil: fix build by linking with lld (#541621)
|
2026-07-15 01:55:30 +00:00 |
|
Emily
|
b744915077
|
qbittorrent: fix darwin build (#540769)
|
2026-07-15 01:54:54 +00:00 |
|