remove btop rec
This commit is contained in:
parent
b34a0ddf7f
commit
7fa7e03171
1 changed files with 1 additions and 1 deletions
|
|
@ -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"
|
||||||
];
|
];
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue