From 8c5fb98a5369e9dbfb8ed6709c087593dc0cfe44 Mon Sep 17 00:00:00 2001 From: Quentin Kaiser <569494+qkaiser@users.noreply.github.com> Date: Tue, 31 Oct 2023 16:58:18 +0100 Subject: [PATCH] Update overlay.nix MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: László Vaskó <1771332+vlaci@users.noreply.github.com> --- overlay.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/overlay.nix b/overlay.nix index 9947815ff1..465ed18981 100644 --- a/overlay.nix +++ b/overlay.nix @@ -53,7 +53,7 @@ inputs: final: prev: postBuild = '' pushd api/python - ${final.python3.interpreter} setup.py build --parallel=$NIX_BUILD_CORES + ${python3.interpreter} setup.py build --parallel=$NIX_BUILD_CORES popd '';