We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 79e82fc commit 434444fCopy full SHA for 434444f
1 file changed
.github/workflows/build.yml
@@ -31,10 +31,10 @@ jobs:
31
- name: Checkout
32
uses: actions/checkout@v4
33
34
- - name: Install Nix 2.30.2
+ - name: Install Nix 2.31.1
35
run: |
36
- # 安装最新稳定版 Nix 2.30.2
37
- sh <(curl -L https://nixos.org/nix/install) --no-confirm
+ # 安装最新稳定版 Nix 2.31.1 (单用户模式)
+ sh <(curl -L https://nixos.org/nix/install) --no-daemon --yes
38
# 重新加载环境
39
. /home/runner/.nix-profile/etc/profile.d/nix.sh
40
# 验证安装
0 commit comments