Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions ansible/roles/dev-desktop/tasks/dependencies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,9 @@
- python3-pip
- quota
- ripgrep
- batcat

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
- batcat
- bat

While applying, I got this error:

fatal: [dev-desktop-staging.infra.rust-lang.org]: FAILED! => {"changed": false, "msg": "No package matching 'batcat' is available"}

On ubuntu 24 I think they renamed the package

https://github.com/sharkdp/bat#on-ubuntu-using-apt

This works:

docker run -it ubuntu:24.04 bash
apt update
apt install bat

- git-delta
- libfile-which-perl # Used by jyn's editor scripts
- rustfilt
- "linux-tools-{{ kernel.stdout }}"
- "linux-tools-{{ kernel_flavor.stdout }}"
Expand Down
Loading