all: remove TODOs.md in favor of git-bug

This commit is contained in:
Aaron Bieber 2023-03-09 09:48:35 -07:00
parent 733768ffe5
commit 79e8e0965b
No known key found for this signature in database

View File

@ -1,11 +0,0 @@
- [ ] Build standalone `xin` tool for ci / deployment.
- [ ] Add smarter checks
# Example of automated checks from Lily Foster in the NixOS matrix room.
```
checks = with unstable.lib;
foldl' recursiveUpdate { } (mapAttrsToList (name: system: {
"${system.pkgs.stdenv.hostPlatform.system}"."${name}" =
system.config.system.build.toplevel;
}) self.nixosConfigurations);
```