Skip to content

Commit ec4e94d

Browse files
attempt to install nix-bin
1 parent 8e20c0c commit ec4e94d

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

playbook.yaml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@
120120
- role: staticdev.firefox
121121

122122
-
123-
# install keychain, git, and @capsulecorplab .vimrc and .gitconfig
123+
# install keychain, git, nix, and @capsulecorplab .vimrc and .gitconfig
124124
hosts: localhost
125125
connection: local
126126
gather_facts: yes
@@ -147,6 +147,10 @@
147147
apt:
148148
name: "keychain={{ keychain_version_to_install }}"
149149
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
150154
- name: install ping
151155
apt:
152156
name: iputils-ping
@@ -182,9 +186,6 @@
182186
debug:
183187
msg: "{{ disk_usage.stdout }}"
184188

185-
roles:
186-
- role: nix
187-
188189
-
189190
# install Python packages with pip
190191
hosts: localhost

requirements.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,4 @@
55
- webarchitect609.google_chrome # https://galaxy.ansible.com/webarchitect609/google_chrome
66
- staticdev.firefox # https://galaxy.ansible.com/staticdev/firefox
77
- gantsign.visual-studio-code # https://galaxy.ansible.com/gantsign/visual-studio-code
8-
- provizanta.nix # https://galaxy.ansible.com/ui/standalone/roles/provizanta/nix
98
...

0 commit comments

Comments
 (0)