Skip to content

Commit 2cf2f04

Browse files
attempt to install pinned version of git using nix
1 parent 255c749 commit 2cf2f04

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

playbook.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,8 +98,8 @@
9898
update_cache: yes
9999
- name: Add kasm-user to nix-users group
100100
shell: usermod -aG nix-users kasm-user
101-
- name: Install git with nix
102-
shell: nix profile install nixpkgs#git --extra-experimental-features nix-command --extra-experimental-features flakes
101+
- name: Install git {{ git_version }} with nix
102+
shell: nix profile install nixpkgs#git@{{ git_version }} --extra-experimental-features nix-command --extra-experimental-features flakes
103103
- name: Install Git Bash Completion
104104
apt:
105105
name: bash-completion

0 commit comments

Comments
 (0)