mirror of
https://github.com/ben-grande/qusal.git
synced 2025-09-23 14:04:56 -04:00
feat: Add rust tools to dev
qube
This commit is contained in:
parent
a405d99924
commit
6f980759fb
2 changed files with 23 additions and 2 deletions
|
@ -22,8 +22,6 @@ include:
|
||||||
- cmake
|
- cmake
|
||||||
- cscope
|
- cscope
|
||||||
- cppcheck
|
- cppcheck
|
||||||
- ddd
|
|
||||||
- gdb
|
|
||||||
- manpages-dev
|
- manpages-dev
|
||||||
- universal-ctags
|
- universal-ctags
|
||||||
|
|
||||||
|
|
23
salt/dev/install-rust-tools.sls
Normal file
23
salt/dev/install-rust-tools.sls
Normal file
|
@ -0,0 +1,23 @@
|
||||||
|
{#
|
||||||
|
SPDX-FileCopyrightText: 2023 - 2025 Benjamin Grande M. S. <ben.grande.b@gmail.com>
|
||||||
|
|
||||||
|
SPDX-License-Identifier: AGPL-3.0-or-later
|
||||||
|
#}
|
||||||
|
|
||||||
|
{% if grains['nodename'] != 'dom0' -%}
|
||||||
|
|
||||||
|
include:
|
||||||
|
- utils.tools.common.update
|
||||||
|
|
||||||
|
"{{ slsdotpath }}-installed-python-tools":
|
||||||
|
pkg.installed:
|
||||||
|
- require:
|
||||||
|
- sls: utils.tools.common.update
|
||||||
|
- install_recommends: False
|
||||||
|
- skip_suggestions: True
|
||||||
|
- setopt: "install_weak_deps=False"
|
||||||
|
- pkgs:
|
||||||
|
- rust-docs
|
||||||
|
- rust-analyzer
|
||||||
|
|
||||||
|
{% endif %}
|
Loading…
Add table
Add a link
Reference in a new issue