From 8eb2603a8fee85b29778198f2a7b4e949fd5d35d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A9ana=20=E6=B1=9F?= Date: Sun, 18 Jan 2026 18:22:42 +0100 Subject: [PATCH] vanadium/overlay: patch btop waiting for upstream response Related to: https://github.com/NixOS/nixpkgs/issues/481249 --- nix/configurations/vanadium/overlay.nix | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/nix/configurations/vanadium/overlay.nix b/nix/configurations/vanadium/overlay.nix index 169bf13b..a73ecd0c 100644 --- a/nix/configurations/vanadium/overlay.nix +++ b/nix/configurations/vanadium/overlay.nix @@ -16,6 +16,14 @@ infuse { ./patches/helix/W-as-write.patch ]; + btop.__output.patches.__append = [ + (final.fetchpatch { + name = "btrfs-io-graph"; + url = "https://patch-diff.githubusercontent.com/raw/aristocratos/btop/pull/1285.patch"; + hash = "sha256-za6B1EiOV1JqKMJwrNQo43RKChw+C4mmC8pcoxLLau4="; + }) + ]; + # TODO: # pinned branch of https://github.com/astrand/xclip/tree/xerror # use this until #43 gets resolved properly