fixing and adding packages

This commit is contained in:
Matthew Stobbs
2025-01-18 16:00:26 -07:00
parent 333ee4c3f5
commit 985da518b4
114 changed files with 555 additions and 498 deletions

View File

@@ -7,10 +7,10 @@
- openssl-devel
- libX11-devel
nushell_altdeps:
- packages/Linux/nushell.yml
- packages/{{ ansible_os_family }}/carapace.yml
- Linux/nushell.yml
- "{{ ansible_os_family }}/carapace.yml"
- name: append to pkgs
set_fact:
syspkgs: "{{ (syspkgs | default([])) + nushell_pkgdeps }}"
altpkgs: "{{ (altpkgs | default([])) + nushell_altdeps }}"
syspkgs: "{{ syspkgs + nushell_pkgdeps }}"
altpkgs: "{{ altpkgs + nushell_altdeps }}"