From 249b59a026cd619868237edbaa51dada7265d20c Mon Sep 17 00:00:00 2001 From: Slendi Date: Tue, 16 Sep 2025 14:08:21 +0300 Subject: [PATCH] yea Signed-off-by: Slendi --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index b4231c3..2207708 100644 --- a/flake.nix +++ b/flake.nix @@ -32,7 +32,7 @@ pkgs.patchelf ]; # patch proot as you described - prootPatched = pkgs.proot.overrideAttrs (_: { + prootPatched = (pkgs.proot.override { enablePython = false; }).overrideAttrs (_: { postFixup = '' exe=$out/bin/proot ${pkgs.patchelf}/bin/patchelf \