added more python packages and mdns-related avahi packages

This commit is contained in:
2026-05-27 11:58:22 -04:00
parent 43cfc07c11
commit 7dae1fc086

View File

@@ -207,6 +207,18 @@ pkgs:
key_path: ~ key_path: ~
src_entry: ~ src_entry: ~
src_path: ~ src_path: ~
- name: python3-venv
uri: ~
key: ~
key_path: ~
src_entry: ~
src_path: ~
- name: python3-pip
uri: ~
key: ~
key_path: ~
src_entry: ~
src_path: ~
- name: golang - name: golang
uri: ~ uri: ~
key: ~ key: ~
@@ -238,6 +250,18 @@ pkgs:
src_entry: ~ src_entry: ~
src_path: ~ src_path: ~
handler: ~ handler: ~
- name: avahi-daemon
uri: ~
key: ~
key_path: ~
src_entry: ~
src_path: ~
- name: avahi-utils
uri: ~
key: ~
key_path: ~
src_entry: ~
src_path: ~
# <dict[<str>:<dict>]> representing package groups installed by shell scripts # <dict[<str>:<dict>]> representing package groups installed by shell scripts
script: script:
# <list[<dict>]> representing user-level or supplemental shell script installations # <list[<dict>]> representing user-level or supplemental shell script installations
@@ -254,6 +278,10 @@ pkgs:
src: "https://install.julialang.org" src: "https://install.julialang.org"
pre: ~ pre: ~
post: ~ post: ~
- name: uv
src: "https://astral.sh/uv/install.sh"
pre: ~
post: ~
# <dict[<str>:<dict>]> representing package groups installed from source archives # <dict[<str>:<dict>]> representing package groups installed from source archives
archive: archive:
# <list[<dict>]> representing user-level or supplemental source archives # <list[<dict>]> representing user-level or supplemental source archives