dotfiles/roles/nix/tasks/install/archlinux.yml

8 lines
157 B
YAML

---
- name: (arch) Installing nix from package management
community.general.pacman:
name: nix
state: present
update_cache: true
become: true