From 5265d5183f4c0595ec6d0bc78b648998d077f23f Mon Sep 17 00:00:00 2001 From: Gavin John Date: Thu, 29 Jan 2026 23:02:36 -0800 Subject: [PATCH] Add missing dep to nur.nix --- ci/nur.nix | 5 +++++ 1 file changed, 5 insertions(+) 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"