We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a503a62 commit 2077537Copy full SHA for 2077537
playbook.yaml
@@ -157,7 +157,7 @@
157
executable: /bin/bash
158
- name: Install nix (as single-user) # as per https://nixos.org/download/#download-nix
159
shell:
160
- cmd: sh <(curl -L https://nixos.org/nix/install) --no-daemon
+ cmd: set -x; sh <(curl -L https://nixos.org/nix/install) --no-daemon
161
162
register: output_of_nix_install
163
- name: Display stdout of nix install
0 commit comments