diff --git a/TODOs.md b/TODOs.md deleted file mode 100644 index fa667a4..0000000 --- a/TODOs.md +++ /dev/null @@ -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); -```