We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 304caf1 commit a4cb2d4Copy full SHA for a4cb2d4
1 file changed
.github/workflows/build.yml
@@ -33,8 +33,8 @@ jobs:
33
34
- name: Install Nix 3.8.5
35
run: |
36
- # 安装 Determinate Nix 3.8.5
37
- curl --proto '=https' --tlsv1.2 -sSf -L https://install.determinate.systems/nix | sh -s -- install --version 3.8.5
+ # 安装 Determinate Nix 3.8.5 (非交互式模式)
+ curl --proto '=https' --tlsv1.2 -sSf -L https://install.determinate.systems/nix | sh -s -- install --version 3.8.5 --no-confirm
38
# 重新加载环境
39
. /nix/var/nix/profiles/default/etc/profile.d/nix-daemon.sh
40
0 commit comments