remove btop rec

This commit is contained in:
Noa Aarts 2025-03-11 10:13:10 +01:00
parent b34a0ddf7f
commit 7fa7e03171
Signed by: noa
GPG key ID: 1850932741EFF672

View file

@ -136,7 +136,7 @@
} }
]; ];
extraConfig = { extraConfig = {
programs.btop.package = pkgs.btop.overrideAttrs (oldAttrs: rec { programs.btop.package = pkgs.btop.overrideAttrs (oldAttrs: {
cmakeFlags = (oldAttrs.cmakeFlags or [ ]) ++ [ cmakeFlags = (oldAttrs.cmakeFlags or [ ]) ++ [
"-DBTOP_GPU=ON" "-DBTOP_GPU=ON"
]; ];