lib/tests: remove strictly loaOf tests and rebase on attrsOf

This commit is contained in:
rnhmjoj 2019-06-13 23:53:03 +02:00 committed by worldofpeace
parent 1d61efb7f1
commit cde46494c6
23 changed files with 59 additions and 103 deletions

View file

@ -0,0 +1,5 @@
{ config, lib, ... }:
lib.mkIf config.enable {
attrsOfSub.foo.enable = true;
}