File tree Expand file tree Collapse file tree 1 file changed +13
-2
lines changed Expand file tree Collapse file tree 1 file changed +13
-2
lines changed Original file line number Diff line number Diff line change 155
155
shell :
156
156
cmd : mkdir -m 0755 /nix && chown root /nix
157
157
executable : /bin/bash
158
- - name : Install nix (as single-user) # as per https://nixos.org/download/#download-nix
158
+ - name : Download nix-installer # as https://zero-to-nix.com/start/install/
159
159
shell :
160
- cmd : set -x; sh <(curl -L https://nixos.org/nix/install) --no-daemon
160
+ cmd : curl --proto '=https' --tlsv1.2 -sSf -L https://install.determinate.systems/nix > nix-installer.sh
161
+ chdir : /home/kasm-default-profile/install_files
162
+ executable : /bin/bash
163
+ - name : Make nix-installer executable
164
+ shell :
165
+ cmd : chmod +x nix-installer.sh
166
+ chdir : /home/kasm-default-profile/install_files
167
+ executable : /bin/bash
168
+ - name : Install nix using nix-installer
169
+ shell :
170
+ cmd : ./nix-installer.sh install --no-confirm
171
+ chdir : /home/kasm-default-profile/install_files
161
172
executable : /bin/bash
162
173
register : output_of_nix_install
163
174
- name : Display stdout of nix install
You can’t perform that action at this time.
0 commit comments