this repo has no description
4
fork

Configure Feed

Select the types of activity you want to include in your feed.

lib/pkgs-lib: update checks for new hm format

Pacman99 401566af 8ba7bffc

+1 -1
+1 -1
lib/pkgs-lib/tests/default.nix
··· 10 10 { libTests = libTests; } 11 11 // lib.optionalAttrs (deployHosts != { }) { 12 12 profilesTest = profilesTest (hosts.${(builtins.head (builtins.attrNames deployHosts))}); 13 - } // lib.mapAttrs (n: v: v.home.activationPackage) homes; 13 + } // lib.mapAttrs (n: v: v.activationPackage) homes; 14 14 15 15 in 16 16 lib.recursiveUpdate tests deployChecks;