ar
Feedback
NixOS CN 新闻

NixOS CN 新闻

الذهاب إلى القناة على Telegram

NixOS 中文新闻频道 Matrix: https://matrix.to/#/#nixos-zhcn-news:nichi.co

إظهار المزيد
لم يتم تحديد البلدالفئة غير محددة
303
المشتركون
لا توجد بيانات24 ساعات
+37 أيام
+1130 أيام
أرشيف المشاركات
为了支持 Firefox 的端侧 AI 功能,build-mozilla-mach 现在引入了 onnxruntime 作为依赖。onnxruntime 可选地依赖 CUDA。 由于许可证原因,官方二进制缓存不会包含 CUDA 相关软件。 如果您在更新系统时发现 Nix 在编译 Firefox 或 Thunderbird,您可选择以下任一方案: - 在 override 关闭全局的 cudaSupport,让 Firefox/Thunderbird 使用不依赖 CUDA 的 onnxruntime。 - 使用 NixOS CUDA Team 提供的二进制缓存。 [1]: buildMozillaMach: use system onnxruntime, make profiling phase cheaper, prune patches by mweinelt · Pull Request #436667 · NixOS/nixpkgs [2]: mozilla (thunderbird and firefox): add to release-cuda for nix-community caching by hatch01 · Pull Request #437809 · NixOS/nixpkgs

如果您正在使用 nixpkgs-unstable,现在您可以使用以下语法来加密*整个* sing-box 配置文件:
services.sing-box = {
  enable = true;
  settings = {
    _secret = <指向 sops-nix/agenix 文件的路径>
    quote = false;
  };
};
https://github.com/nixos/nixpkgs/pull/434171 EDIT:修改了 typo,config -> settings

我的里面留了好多陈年老包 而且好多不在path里

大概应该能清理不少空间

群友可以直接删 ~/.local/state/nix/profiles/home-manager

NixOS CN Meetup #1 今天的直播地址 https://youtube.com/live/5SNigWJ5mU8?feature=share

Repost from N/a

继 Perlless Activation [^1] 之后,目前 nixpkgs 又提出了 Bashless Activation 的 Tracking issue [^2]。 [^1]: https://github.com/NixOS/nixpkgs/issues/267982 [^2]: https://github.com/NixOS/nixpkgs/issues/428908

qBittorrent 的 NixOS 模块目前已经成功进入 nixpkgs-unstable 与 nixos-unstable。 https://github.com/NixOS/nixpkgs/pull/287923

Nix China 2025(筹) 2025-08-09 @ 上海科技大学浦东校区 - https://t.me/nixchina2025 - #nixchina2025:ny4.dev

https://github.com/nix-community/nh/pull/352 NH(Yet another Nix CLI helper)预计在下个版本将 differ 从 nvd 替换为基于 Rust 的 dix,可以期待一下。
https://github.com/nix-community/nh/pull/352 NH(Yet another Nix CLI helper)预计在下个版本将 differ 从 nvd 替换为基于 Rust 的 dix,可以期待一下。