We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f7d3bf commit c34de61Copy full SHA for c34de61
src/tutorials/installation/DualBoot.md
@@ -227,6 +227,8 @@ ping 119.29.29.29 -c 4 # 腾讯 DNSPod,不通请检查网络连接
227
228
添加最新(nixos-unstable) channel 的国内镜像,关于 [nix channel](https://nixos.wiki/wiki/Nix_channels),由于我们没有使用flake,channel将决定安装的系统的软件包版本。
229
230
+以下命令添加 `nixos-unstable` 作为安装使用的默认channel,如果需要使用稳定版,可替换以下 `nixos-unstable` 为 `nixos-24.11` (截至2024年12月的最新发行)。
231
+
232
```bash
233
sudo -i
234
nix-channel --add https://mirrors.ustc.edu.cn/nix-channels/nixos-unstable nixos
0 commit comments