diff --git a/readme.md b/readme.md index 63b3645..50fc9bb 100644 --- a/readme.md +++ b/readme.md @@ -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; }; } ```