From 7df7aae25ca4aba8e5973d0ddf6ff27bbff80326 Mon Sep 17 00:00:00 2001 From: Sebastien Bourdeauducq Date: Wed, 30 Nov 2022 22:32:17 +0800 Subject: [PATCH] linien: py3.10 --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 85c1a01..018c394 100644 --- a/flake.nix +++ b/flake.nix @@ -280,7 +280,7 @@ postInstall = '' # conflicts with linien-client - rm -rf $out/lib/python3.9/site-packages/linien/__pycache__ + rm -rf $out/lib/python3.10/site-packages/linien/__pycache__ ''; }; # replace broken (as usual) setuptools launcher