diff options
Diffstat (limited to 'share')
-rw-r--r-- | share/spack/gitlab/cloud_pipelines/stacks/developer-tools/spack.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/share/spack/gitlab/cloud_pipelines/stacks/developer-tools/spack.yaml b/share/spack/gitlab/cloud_pipelines/stacks/developer-tools/spack.yaml index cc4c27261f..e322387a1e 100644 --- a/share/spack/gitlab/cloud_pipelines/stacks/developer-tools/spack.yaml +++ b/share/spack/gitlab/cloud_pipelines/stacks/developer-tools/spack.yaml @@ -22,7 +22,7 @@ spack: - node-js # for editor plugins etc., pyright language server - npm - go # to build fzf, gh, hub - - rust+analysis # fd, ripgrep, hyperfine, exa, rust-analyzer + - rust+dev # fd, ripgrep, hyperfine, exa, rust-analyzer - binutils+ld+gold+plugins # support linking with built gcc # styling and lints - astyle |