parent
3aacad45f3
commit
55eaa80e98
2 changed files with 3 additions and 5 deletions
6
flake.lock
generated
6
flake.lock
generated
|
@ -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": {
|
||||
|
|
|
@ -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
|
||||
];
|
||||
}
|
||||
)
|
||||
|
|
Loading…
Add table
Reference in a new issue