From 48059ff2a288df0adbfddaec1aa05ce7167b5118 Mon Sep 17 00:00:00 2001 From: Sebastien Bourdeauducq Date: Thu, 21 Nov 2024 18:45:26 +0800 Subject: [PATCH] fix python site-packages path --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 5253bd8..7c34079 100644 --- a/flake.nix +++ b/flake.nix @@ -282,7 +282,7 @@ postInstall = '' # conflicts with linien-client - rm -rf $out/lib/python3.11/site-packages/linien/__pycache__ + rm -rf $out/lib/python3.12/site-packages/linien/__pycache__ ''; }; # replace broken (as usual) setuptools launcher