todo: expand info a bit

This commit is contained in:
Aaron Bieber 2023-02-27 08:33:42 -07:00
parent 76b9938c6e
commit 372f729839
No known key found for this signature in database

View File

@ -1,7 +1,11 @@
# Example of automated checks from Lily Foster in the NixOS matrix room.
- [ ] 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);
```