fifoci-worker: Replace Poetry with uv

This commit is contained in:
OatmealDome
2025-08-22 03:36:21 +00:00
parent 559880ebe3
commit 3a06348b24

View File

@@ -82,7 +82,7 @@ let
]);
fifociEnvPackages = with pkgs; [
bash ccache ffmpeg git imagemagick ninja poetry
bash ccache ffmpeg git imagemagick ninja uv
];
in {
options.my.roles.fifoci-worker.enable = lib.mkEnableOption "FifoCI worker";