- if config is needed, it has a file in vars/ - all imported vars for pkgs are namespaced with _<pkgname>
35 lines
544 B
YAML
35 lines
544 B
YAML
---
|
|
nu_plugins:
|
|
- nu_plugin_inc
|
|
- nu_plugin_polars
|
|
- nu_plugin_gstat
|
|
- nu_plugin_formats
|
|
- nu_plugin_query
|
|
- nu_plugin_highlight
|
|
- nu_plugin_json_path
|
|
- nu_plugin_net
|
|
- nu_plugin_prometheus
|
|
- nu_plugin_qr_maker
|
|
- nu_plugin_rpm
|
|
- nu_plugin_semver
|
|
Darwin:
|
|
nu_pkgs_list: []
|
|
pkgdeps:
|
|
- nushell
|
|
- openssl
|
|
- cmake
|
|
Debian:
|
|
nu_pkgs_list:
|
|
- nu
|
|
pkgdeps:
|
|
- pkg-config
|
|
- libssl-dev
|
|
- build-essential
|
|
RedHat:
|
|
nu_pkgs_list:
|
|
- nu
|
|
pkgdeps:
|
|
- libxcb
|
|
- openssl-devel
|
|
- libX11-devel
|