xin/TODOs.md

8 lines
314 B
Markdown
Raw Normal View History

2023-01-29 06:11:36 -07:00
# 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);