Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

请求镜像:Nix、Nixpkgs和NixOS #13

Open
2 tasks done
rc-zb opened this issue May 16, 2024 · 0 comments
Open
2 tasks done

请求镜像:Nix、Nixpkgs和NixOS #13

rc-zb opened this issue May 16, 2024 · 0 comments
Assignees
Labels
to be sync The mirror source needs to be sync

Comments

@rc-zb
Copy link

rc-zb commented May 16, 2024

Prerequisites/先决条件

  • 我已确认这个镜像源从未在 其他 issues 中讨论过。
    I am sure that this repo has NEVER been discussed in other issues.

  • 我已确认这个镜像源没有我选择的镜像站上线。
    I am sure that this repo has NOT currently be provided by the sites I select.

镜像简介及名称/Description and name of the Mirror

Nix是一个纯函数式的包管理器。这意味着它将软件包视为纯函数式编程语言(如Haskell)中的值 —— 它们是由没有副作用的函数构建的,并且在构建后不会发生变化。Nix将软件包存储在 Nix store 中,通常是目录/nix/store,每个软件包都有自己独特的子目录,例如

/nix/store/b6gvzjyb2pg0kjfwrjmg1vfhh54ad73z-firefox-33.1/

其中b6gvzjyb2pg0…是软件包的唯一标识符,它捕获了所有依赖项(它是软件包构建依赖图的加密哈希)。这使得许多强大的功能成为可能。

(以上内容来自Nix Reference Manual

Nix Packages集合(Nixpkgs)是Nix的官方软件包集合。它同时实现了纯函数式的Linux发行版NixOS

镜像源地址/Upstream URL

Nix:

  • s3://nix-releases/nix/

Nixpkgs Git仓库:

Nixpkgs频道(包括二进制缓存):

Nixpkgs二进制缓存或“代用”(substitute):

备注/note

详见NixOS官方网站

@mudongliang mudongliang added the to be sync The mirror source needs to be sync label Aug 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
to be sync The mirror source needs to be sync
Projects
None yet
Development

No branches or pull requests

3 participants