From f721410bdd7576684641322bc49373aa2a8a9085 Mon Sep 17 00:00:00 2001
From: Ingolf Wagner <contact@ingolf-wagner.de>
Date: Fri, 14 Feb 2025 23:36:56 +1300
Subject: [PATCH] :sparkles: install nixos-healthchecks

---
 flake.lock | 6 +++---
 flake.nix  | 6 +++++-
 2 files changed, 8 insertions(+), 4 deletions(-)

diff --git a/flake.lock b/flake.lock
index 64391f8..5836d55 100644
--- a/flake.lock
+++ b/flake.lock
@@ -595,11 +595,11 @@
         "treefmt-nix": "treefmt-nix_2"
       },
       "locked": {
-        "lastModified": 1739521936,
-        "narHash": "sha256-jqFt4Xc/YqsZER+BAB72zJYJWD3rkZ23LpitUzhwpAE=",
+        "lastModified": 1739529092,
+        "narHash": "sha256-63J994lxZGUkd2HyWeI+XEsCNghOvH346oS1LXb5Rag=",
         "owner": "mrvandalo",
         "repo": "nixos-healthchecks",
-        "rev": "ab6b0a8e9158755b26196861d95b8ab99f8b4481",
+        "rev": "ea3bf1bf5b14045e3acff38cff0eca9d2c0de9e5",
         "type": "github"
       },
       "original": {
diff --git a/flake.nix b/flake.nix
index 1d226cd..ded817b 100644
--- a/flake.nix
+++ b/flake.nix
@@ -146,6 +146,7 @@
                 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
@@ -307,7 +308,10 @@
             boot.loader.systemd-boot.configurationLimit = lib.mkDefault 10;
             boot.loader.generic-extlinux-compatible.configurationLimit = lib.mkDefault 10;
             boot.loader.grub.configurationLimit = lib.mkDefault 10;
-            environment.systemPackages = [ pkgs.systemctl-find-service-config ];
+            environment.systemPackages = [
+              pkgs.systemctl-find-service-config
+              pkgs.nixos-healthchecks
+            ];
           }
         )
         # My Structure