Commit Graph
904826 Commits
Author SHA1 Message Date
R. Ryantm 55ce0e0482 borgmatic: 2.0.11 -> 2.0.12 2025-12-01 10:11:14 +00:00
nixpkgs-ci[bot]andGitHub 5c578e8c72 tev: 2.6.1 -> 2.6.2 (#466351) 2025-12-01 05:59:42 +00:00
nixpkgs-ci[bot]andGitHub f2df24768d wrangler: 4.50.0 -> 4.51.0 (#466512) 2025-12-01 05:15:39 +00:00
Masum RezaandGitHub 0d7305f687 ananicy-rules-cachyos: 0-unstable-2025-11-23 -> 0-unstable-2025-11-29 (#466601) 2025-12-01 05:00:04 +00:00
nixpkgs-ci[bot]andGitHub 7970fb4f17 typescript-go: 0-unstable-2025-11-24 -> 0-unstable-2025-11-28 (#466731) 2025-12-01 04:55:31 +00:00
R. Ryantm 7f89078172 typescript-go: 0-unstable-2025-11-24 -> 0-unstable-2025-11-28 2025-12-01 04:10:59 +00:00
AleksanaandGitHub 90ed951eb2 anki: adapt update script to move to by-name (#466278) 2025-12-01 04:02:26 +00:00
AleksanaandGitHub 14d3850301 hyperfine: 1.19.0 -> 1.20.0 (#463003) 2025-12-01 04:00:47 +00:00
nixpkgs-ci[bot]andGitHub fc152c8be4 enzyme: 0.0.217 -> 0.0.223 (#465714) 2025-12-01 04:00:20 +00:00
AleksanaandGitHub 5dd100068c hostapd: enable cli line editing and history (#460584) 2025-12-01 03:55:24 +00:00
AleksanaandGitHub 24828d5d39 zed-editor: bwrap bind /etc/nixos/ and /etc/xdg/ (#457891) 2025-12-01 03:53:49 +00:00
AleksanaandGitHub 8af328781f Siyuan: add xdg-utils to PATH (#461643) 2025-12-01 03:53:30 +00:00
AleksanaandGitHub e3028b47ed ankiAddons: fix update scripts (#450498) 2025-12-01 03:52:41 +00:00
AleksanaandGitHub f0f49ef613 regrippy: 2.0.1 -> 2.0.2 (#453131) 2025-12-01 03:52:13 +00:00
AleksanaandGitHub 17cc68c866 vscode-extensions.continue.continue: 1.2.10 -> 1.2.11 (#465479) 2025-12-01 03:41:26 +00:00
AleksanaandGitHub b557f9c114 python3Packages.ipycanvas: 0.14.1 -> 0.14.2 (#466466) 2025-12-01 03:26:15 +00:00
AleksanaandGitHub e1ebb8ff27 python3Packages.spotipy: 2.25.1 -> 2.25.2 (#466467) 2025-12-01 03:25:39 +00:00
nixpkgs-ci[bot]andGitHub 6a7b341a1b minijinja: 2.12.0 -> 2.13.0 (#466637) 2025-12-01 03:18:50 +00:00
nixpkgs-ci[bot]andGitHub 5c4067c706 rime-wanxiang: 13.4.6 -> 13.4.11 (#466100) 2025-12-01 03:18:44 +00:00
AleksanaandGitHub bebc646684 python3Packages.datetime: 5.5 -> 6.0 (#465978) 2025-12-01 03:16:04 +00:00
AleksanaandGitHub 9113288b20 yay: 12.5.2 -> 12.5.3 (#466114) 2025-12-01 03:14:30 +00:00
AleksanaandGitHub 645d54ec50 supernovas: init at 1.5.0 (#437400) 2025-12-01 03:06:00 +00:00
AleksanaandGitHub da03379b5d dtop: init at 0.6.3 (#466657) 2025-12-01 03:03:32 +00:00
AleksanaandGitHub 6360b1d24c elm-github-install: finish dropping (#466711) 2025-12-01 02:50:36 +00:00
AleksanaandGitHub 0d70460758 python3Packages.maestral: 1.9.5 -> 1.9.6 (#458675) 2025-12-01 02:47:39 +00:00
AleksanaandGitHub c362078169 uzdoom: init at 4.14.3 (#466404) 2025-12-01 02:31:10 +00:00
Michael Daniels 7caca23be0 elm-github-install: finish dropping
This package was intended to be dropped in #436942, but a few files remained.
2025-11-30 21:04:09 -05:00
ArtturinandGitHub 10b2374fe3 {grafana,yarn-berry_{3,4}-fetcher}: Fix cross (#465092) 2025-12-01 01:11:35 +00:00
Martin WeineltandGitHub 7519f62c32 home-assistant-custom-lovelace-modules.advanced-camera-card: 7.19.3 -> 7.19.4 (#466689) 2025-12-01 00:49:28 +00:00
Artturin 756865d780 grafana: Fix cross
```
go-1.25.4/share/go/pkg/tool/linux_amd64/link: running aarch64-unknown-linux-gnu-gcc failed: exit status 1
aarch64-unknown-linux-gnu-gcc -m64 -s -o $WORK/b001/exe/gen -rdynamic /build/go-link-507658645/go.o
aarch64-unknown-linux-gnu-gcc: error: unrecognized command-line option '-m64'
```

Above error happens because something `go generate` uses `$CC`
which is the for host compiler
https://www.github.com/golang/go/blob/b194f5d24a71e34f147c90e4351d80ac75be55de/src/cmd/cgo/gcc.go#L1763
https://www.github.com/golang/go/blob/b194f5d24a71e34f147c90e4351d80ac75be55de/src/cmd/cgo/gcc.go#L1724

`CGO_DISABLED=0` used to work to disable compiler usage but it does not
work anymore.
2025-12-01 02:29:51 +02:00
R. Ryantm 037a017254 home-assistant-custom-lovelace-modules.advanced-camera-card: 7.19.3 -> 7.19.4 2025-12-01 00:26:11 +00:00
Weijia WangandGitHub 64de27c1c9 gurobi: 12.0.3 -> 13.0.0 (#463729) 2025-12-01 00:00:13 +00:00
ColinandGitHub 0f2f740139 matio: 1.5.28 -> 1.5.29 (#462024) 2025-11-30 23:40:42 +00:00
Gaétan LepageandGitHub e1d6d17f8f python3Packages.mistral-common: exclude optional sentencepiece dependency on Darwin (#466361) 2025-11-30 23:34:48 +00:00
Weijia WangandGitHub 600c3b0cef python3Packages.pyngrok: 7.4.1 -> 7.5.0 (#463709) 2025-11-30 23:31:37 +00:00
Paul HaerleandGitHub 5a247ad135 nixos/tests/appliance-repart-image: fix (#466659) 2025-11-30 23:23:29 +00:00
ColinandGitHub 0ae7489c0b pv: 1.10.1 -> 1.10.2 (#466234) 2025-11-30 23:12:54 +00:00
Gaétan LepageandGitHub 06cfef6d1b python3Packages.torchdata: disable test that times out on Darwin (#465432) 2025-11-30 23:00:19 +00:00
Gaétan LepageandGitHub 1cfcfde86c python3Packages.torchtune: disable on Darwin due to sentencepiece bug (#466354) 2025-11-30 22:43:33 +00:00
nixpkgs-ci[bot]andGitHub 1888d2e2c5 pomerium: migrate ui build from mkYarnPackage (#460831) 2025-11-30 22:28:46 +00:00
Yohann BonifaceandGitHub d40588681d kdePackages.qodeassist-plugin: 0.9.1 -> 0.9.3 (#466402) 2025-11-30 22:11:06 +00:00
nixpkgs-ci[bot]andGitHub a8047215cc zwave-js-ui: 11.7.0 -> 11.8.1 (#463951) 2025-11-30 22:00:22 +00:00
Yohann BonifaceandGitHub 173220220c python3Packages.locust-cloud: 1.29.0 -> 1.29.4 (#466443) 2025-11-30 21:54:58 +00:00
Yohann BonifaceandGitHub e15c87f720 ceph-csi: 3.15.0 -> 3.15.1 (#466543) 2025-11-30 21:54:40 +00:00
Yohann BonifaceandGitHub 34d77073cd python3Packages.pyglm: 2.8.2 -> 2.8.3 (#466631) 2025-11-30 21:54:27 +00:00
nixpkgs-ci[bot]andGitHub 26f59b9b08 lubelogger: 1.5.4 -> 1.5.5 (#466638) 2025-11-30 21:40:58 +00:00
Sarah Clark fd48e39042 python3Packages.mistral-common: disable sentencepiece dependency on Darwin
See https://github.com/NixOS/nixpkgs/issues/466092
2025-11-30 13:39:18 -08:00
Sarah Clark 3b186c2b36 python3Packages.mistral-common: use sentencepiece as an optional dependency
Not listed as a primary dependency in pyproject.toml.
2025-11-30 13:38:15 -08:00
ColinandGitHub 13b0b5db14 kiro: 0.5.9 -> 0.6.0 (#462441) 2025-11-30 21:28:47 +00:00
Gaétan LepageandGitHub 68ec3d1f5f python3Packages.pytorch-tokenizers: disable on Darwin due to broken sentencepiece (#466398) 2025-11-30 21:28:30 +00:00