⬆️ update nixos-healthchecks

This commit is contained in:
Ingolf Wagner 2025-02-16 16:26:42 +13:00
parent 3aacad45f3
commit 55eaa80e98
No known key found for this signature in database
GPG key ID: 76BF5F1928B9618B
2 changed files with 3 additions and 5 deletions

6
flake.lock generated
View file

@ -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": {

View file

@ -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
];
}
)