workflows: manually update module list

Requires more manual work (which is negligible) but it's oddly more
intuitive.
This commit is contained in:
Gabriel Arazas 2022-11-25 13:37:17 +08:00
parent a81eb6d90e
commit 8e854965b7

View File

@ -15,8 +15,10 @@ in {
''; '';
}; };
imports = lib.mapAttrsToList (n: v: import v) imports = [
(lib.filterAttrs (n: v: n != "default") (lib.filesToAttr ./.)); ./a-happy-gnome
./knome
];
config = { config = {
assertions = [{ assertions = [{