From d5c99474ed80544d0c774bcfc9945f783881fbef Mon Sep 17 00:00:00 2001 From: Sebastien Bourdeauducq Date: Sat, 27 Jul 2024 22:42:14 +0800 Subject: [PATCH] linien: py3.12 --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 1105b97..2af4ea1 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