working on helpers
This commit is contained in:
@@ -51,16 +51,18 @@ pkg_src: [] # packages built from source
|
||||
pkg_sys: [] # system package manager packages
|
||||
pkg_sys_pip: [] # system pip packages
|
||||
pkg_zig: [] # zig packages
|
||||
__configured: [] # list of configured packages
|
||||
__configured: {} # dict of configured packages
|
||||
__add_to_path: [] # list of paths that should be in PATH
|
||||
__var_to_env: {} # dict of variables to add to your env
|
||||
|
||||
# Per package variables
|
||||
## {{{ air
|
||||
air_version: latest
|
||||
air_build_files:
|
||||
- bin/air
|
||||
air_install_url: github.com/air-verse/air
|
||||
air_pkg_deps:
|
||||
- pkgs/go.yml
|
||||
air_build_files:
|
||||
- bin/air
|
||||
# }}}
|
||||
## {{{ alacritty
|
||||
alacritty_version: v0.16.1
|
||||
@@ -133,6 +135,7 @@ go_archive_archmap:
|
||||
arm64: arm64
|
||||
aarch64: arm64
|
||||
x86_64: amd64
|
||||
go_archive_url_base: https://go.dev/dl
|
||||
go_archive_sums:
|
||||
1.25.6:
|
||||
Darwin:
|
||||
|
||||
Reference in New Issue
Block a user