use no-confirm option for nix installer

This commit is contained in:
Wolfgang Thaller 2023-12-26 23:25:43 +01:00
parent d37d7e0612
commit 9ccb30d35c
1 changed files with 2 additions and 2 deletions

View File

@ -98,7 +98,7 @@ jobs:
- checkout: self
submodules: false
- script: |
curl --proto '=https' --tlsv1.2 -sSf -L https://install.determinate.systems/nix | sh -s -- install
curl --proto '=https' --tlsv1.2 -sSf -L https://install.determinate.systems/nix | sh -s -- install --no-confirm
displayName: Install Nix
- script: |
nix-env -iA cachix -f https://cachix.org/api/v1/install
@ -135,7 +135,7 @@ jobs:
- checkout: self
submodules: false
- script: |
curl --proto '=https' --tlsv1.2 -sSf -L https://install.determinate.systems/nix | sh -s -- install
curl --proto '=https' --tlsv1.2 -sSf -L https://install.determinate.systems/nix | sh -s -- install --no-confirm
displayName: Install Nix
- script: |
nix-env -iA cachix -f https://cachix.org/api/v1/install