From 33b8e7b72d683e5ff1cc41ce888edf31d37eafdb Mon Sep 17 00:00:00 2001 From: Sebastien Bourdeauducq Date: Thu, 1 Feb 2024 20:46:33 +0800 Subject: [PATCH] linien py3.11 --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index d3cf045..eb1061c 100644 --- a/flake.nix +++ b/flake.nix @@ -275,7 +275,7 @@ postInstall = '' # conflicts with linien-client - rm -rf $out/lib/python3.10/site-packages/linien/__pycache__ + rm -rf $out/lib/python3.11/site-packages/linien/__pycache__ ''; }; # replace broken (as usual) setuptools launcher