mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-14 06:00:33 +03:00
lib/tests: remove strictly loaOf tests and rebase on attrsOf
This commit is contained in:
parent
1d61efb7f1
commit
cde46494c6
23 changed files with 59 additions and 103 deletions
7
lib/tests/modules/define-attrsOfSub-foo-force-enable.nix
Normal file
7
lib/tests/modules/define-attrsOfSub-foo-force-enable.nix
Normal file
|
@ -0,0 +1,7 @@
|
|||
{ lib, ... }:
|
||||
|
||||
{
|
||||
attrsOfSub.foo = lib.mkForce {
|
||||
enable = false;
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue