[Treewide] fix renamed options and packages

This commit is contained in:
Antoine Viallon 2024-06-01 17:31:08 +02:00
parent 3ab3540676
commit cc51a26737
Signed by: aviallon
GPG key ID: 186FC35EDEB25716
3 changed files with 5 additions and 5 deletions

View file

@ -9,7 +9,7 @@ in {
package = mkOption {
internal = true;
description = "Which nvtop package to use";
default = pkgs.nvtop-amd;
default = pkgs.nvtopPackages.amd;
type = myLib.types.package';
};
};