nixMarch 14, 2026 · One min read · CastamereCode Aesthetic安装 使用 determinate 安装 curl --proto '=https' --tlsv1.2 -sSf -L https://install.determinate.systems/nix | sh -s -- install 配置镜像 /etc/nix/nix.custom.confsubstituters = https://mirrors.cernet.edu.cn/nix-channels/store https://cache.nixos.org/ 使用 cd .nixnix develop