mirror of
https://github.com/harivansh-afk/nix.git
synced 2026-04-17 09:02:11 +00:00
ci: add rustup, x11, xvfb to runner packages for deskctl
This commit is contained in:
parent
8b4d5afcde
commit
09dab7e43b
1 changed files with 5 additions and 0 deletions
|
|
@ -67,10 +67,15 @@ let
|
||||||
python3
|
python3
|
||||||
python3Packages.pip
|
python3Packages.pip
|
||||||
ripgrep
|
ripgrep
|
||||||
|
rustup
|
||||||
stdenv.cc
|
stdenv.cc
|
||||||
unzip
|
unzip
|
||||||
uv
|
uv
|
||||||
wget
|
wget
|
||||||
|
libx11
|
||||||
|
libx11.dev
|
||||||
|
libxtst
|
||||||
|
xvfb-run
|
||||||
xz
|
xz
|
||||||
zip
|
zip
|
||||||
];
|
];
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue