Skip to content

Commit f596b08

Browse files
committed
run --no-interactive
1 parent c8e141c commit f596b08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

experimental-nix-installer/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ runs:
8383
8484
# Download and run the experimental installer
8585
curl --proto '=https' --tlsv1.2 -sSf -L https://artifacts.nixos.org/experimental-installer | \
86-
sh -s -- install
86+
sh -s -- install --no-confirm
8787
8888
# Source the nix profile to make nix available in current shell
8989
if [ -f ~/.nix-profile/etc/profile.d/nix.sh ]; then

0 commit comments

Comments
 (0)