Skip to content

Commit

Permalink
Add py3 dependencies for the PR builder (tiiuae#47)
Browse files Browse the repository at this point in the history
Signed-off-by: karim mdmirajul <[email protected]>
  • Loading branch information
karim20230 authored and fayad committed Oct 2, 2024
1 parent acc86ac commit e8e508c
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions hosts/prbuilder/configuration.nix
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,13 @@
git
emacs
screen
(python310.withPackages (ps:
with ps; [
requests
schedule
pygithub
aiohttp
]))
];
# docker daemon running
virtualisation.docker.enable = true;
Expand Down

0 comments on commit e8e508c

Please sign in to comment.