File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 134134 keychain_version_expected : " {{ keychain_version }}.."
135135
136136 tasks :
137- - name : Add git PPA
138- shell : add-apt-repository ppa:git-core/ppa
139- - name : Install git
137+ - name : Install nix-bin # see https://moonpiedumplings.github.io/projects/setting-up-kasm/#customized-kasm-images
140138 apt :
141- name : git
139+ name : nix-bin
140+ update_cache : yes
141+ - name : Install git with nix
142+ shell : nix profile install nixpkgs#git --extra-experimental-features nix-command
142143 - name : Install Git Bash Completion
143144 apt :
144145 name : bash-completion
147148 apt :
148149 name : " keychain={{ keychain_version_to_install }}"
149150 update_cache : yes
150- - name : Install nix-bin # see https://moonpiedumplings.github.io/projects/setting-up-kasm/#customized-kasm-images
151- apt :
152- name : nix-bin
153- update_cache : yes
154151 - name : install ping
155152 apt :
156153 name : iputils-ping
You can’t perform that action at this time.
0 commit comments