标签
trynix.dev is a browser-based runner that boots a Linux VM in WebAssembly to let users execute any historical Nix package instantly without local installation. It can pull binaries from the public Nix cache, Cachix, or any CORS-enabled store, enabling over 310,000 nixpkgs versions to run directly in a browser tab.
本文介绍了nixpkgs的版本范围支持,这是一个以前缺乏此类功能的包管理器,使用求解器和历史数据来实现曾经无法表达的依赖约束。
nixpkgs-multiverse 引入了一种快速模式,跳过 Nixpkgs 评估并直接获取包存储路径,从而可以更快地访问历史包版本。
一篇博文讨论了最近 Nixpkgs 核心团队的解散,强调了 Nix/NixOS/Nixpkgs 项目中持续存在的治理困境、成员流失和志愿者倦怠问题。
nixpkgs-multiverse is a Nix flake that provides access to every version of every package that ever existed in Nixpkgs, allowing users to easily pin and mix historical package versions without multiple flake inputs.
Domen Kožar 认为 Nixpkgs 存在正当程序问题,他讲述了自己的提交权限如何在模糊定义的规则下被移除,且没有明确的申诉流程;他还提到了近期治理方面的改进。
Gabriella439 介绍了 override-utils,这是一个简化 Nixpkgs 覆盖和叠加的新包,旨在提升 Nix 生态系统的易用性。