We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c8e141c commit f596b08Copy full SHA for f596b08
experimental-nix-installer/action.yml
@@ -83,7 +83,7 @@ runs:
83
84
# Download and run the experimental installer
85
curl --proto '=https' --tlsv1.2 -sSf -L https://artifacts.nixos.org/experimental-installer | \
86
- sh -s -- install
+ sh -s -- install --no-confirm
87
88
# Source the nix profile to make nix available in current shell
89
if [ -f ~/.nix-profile/etc/profile.d/nix.sh ]; then
0 commit comments