Skip to content

Commit a116bd7

Browse files
author
DJTBOT
committed
Make Nix install non-interactive in CI
1 parent 5523b51 commit a116bd7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker-image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
shell: bash
2222
run: |
2323
set -euo pipefail
24-
curl -fsSL https://install.determinate.systems/nix | sh -s -- install
24+
curl -fsSL https://install.determinate.systems/nix | sh -s -- install --no-confirm
2525
. /nix/var/nix/profiles/default/etc/profile.d/nix-daemon.sh
2626
nix --version
2727

0 commit comments

Comments
 (0)