diff --git a/ci/nur.nix b/ci/nur.nix index bf4d9b565..a94a09ddc 100644 --- a/ci/nur.nix +++ b/ci/nur.nix @@ -2,6 +2,7 @@ buildPythonApplication, lib, nix-prefetch-git, + aiohttp, git, nix, glibcLocales, @@ -16,6 +17,10 @@ buildPythonApplication { doCheck = false; + dependencies = [ + aiohttp + ]; + makeWrapperArgs = [ "--prefix" "PATH"