一般情况下 flake.nix中我们这样写home-manager
|
|
先在无梯子环境下 nixos-rebuild 大概率会卡在 获取github上的一个文件的地方。记住这个url https://github.com/nix-community/home-manager/archive/2f23fa308a7c067e52dfcc30a0758f47043ec176.tar.gz
第一个方案 是使用国内支持github同步的git景象,镜像一下 https://github.com/nix-community/home-manager 这个仓库。
第二个方案 是使用github下载代理网站,例如 https://ghp.ci/ 此类网站稳定性都很差,因为用的人太多,域名经常被封,建议自建。https://github.com/joyanhui/gh-proxy
然后
url = "github:nix-community/home-manager/release-24.05";
这行修改为
url="https://github代理地址/https://github.com/nix-community/home-manager/archive/2f23fa308a7c067e52dfcc30a0758f47043ec176.tar.gz";
例如
|
|
理论上过一段时间,你可能需要重新复原 到github,然后关闭代理后获得这个url后更新。 或者直接去 https://github.com/nix-community/home-manager/对应的tree/release-24.05里面查询