diff --git a/flake.lock b/flake.lock
index 5836d55..d3322be 100644
--- a/flake.lock
+++ b/flake.lock
@@ -595,11 +595,11 @@
         "treefmt-nix": "treefmt-nix_2"
       },
       "locked": {
-        "lastModified": 1739529092,
-        "narHash": "sha256-63J994lxZGUkd2HyWeI+XEsCNghOvH346oS1LXb5Rag=",
+        "lastModified": 1739592950,
+        "narHash": "sha256-d3XN13HyvYKUaC/f0bE4BtmtbZhVCLVfmBvEiXy8ypw=",
         "owner": "mrvandalo",
         "repo": "nixos-healthchecks",
-        "rev": "ea3bf1bf5b14045e3acff38cff0eca9d2c0de9e5",
+        "rev": "1f419e233d009a97d668e3568ed5e442d29e4c73",
         "type": "github"
       },
       "original": {
diff --git a/flake.nix b/flake.nix
index ded817b..d40aa42 100644
--- a/flake.nix
+++ b/flake.nix
@@ -146,7 +146,6 @@
                 polygon-art = polygon-art.packages.${system};
                 landingpage = landingpage.packages.${system}.plain;
                 share-via-http = share-http.packages.${system}.default;
-                healthchecks = healthchecks.packages.${system}.healthchecks;
                 inherit (taskwarrior.packages.${system})
                   bugwarrior
                   tasksh
@@ -310,7 +309,6 @@
             boot.loader.grub.configurationLimit = lib.mkDefault 10;
             environment.systemPackages = [
               pkgs.systemctl-find-service-config
-              pkgs.nixos-healthchecks
             ];
           }
         )