Skip to content

Commit

Permalink
fix(readme): adapt to new api changes
Browse files Browse the repository at this point in the history
  • Loading branch information
DavHau committed Mar 2, 2023
1 parent 939ad4d commit de34903
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@ Changing options of packages in nixpkgs can require chaining different override
{
htop-mod = {
imports = [./htop.nix];
pname = lib.mkForce "htop-mod";
sensorsSupport = false;
public.name = lib.mkForce "htop-mod";
flags.sensorsSupport = false;
};
}
```
Expand Down

0 comments on commit de34903

Please sign in to comment.