diff --git a/flake.lock b/flake.lock index bfecc18..43c67dd 100644 --- a/flake.lock +++ b/flake.lock @@ -595,11 +595,11 @@ "treefmt-nix": "treefmt-nix_2" }, "locked": { - "lastModified": 1739598659, - "narHash": "sha256-HcR9D2T1EZyb4l83UIodxqbxe+hE+ahseWuW3+Mg+Uw=", + "lastModified": 1739943981, + "narHash": "sha256-TUh8qjyr7ql56kBzHgkKUGtgVjtfd6lOym2uxouRYBI=", "owner": "mrvandalo", "repo": "nixos-healthchecks", - "rev": "91d79a446bc2e0bab83731bda4b64aa9992e04bd", + "rev": "5997ffc78fa1d8eee84818fe899cd7f0f8cb0644", "type": "github" }, "original": { diff --git a/flake.nix b/flake.nix index 2637295..1ef51e7 100644 --- a/flake.nix +++ b/flake.nix @@ -150,6 +150,7 @@ tasksh taskwarrior-hooks ; + healthchecks = self.packages.${system}.healthchecks; inherit (self.packages.${system}) otpmenu nsxiv @@ -308,6 +309,7 @@ boot.loader.grub.configurationLimit = lib.mkDefault 10; environment.systemPackages = [ pkgs.systemctl-find-service-config + pkgs.healthchecks ]; } )