mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-14 06:00:33 +03:00
lib/tests: Add tests for recursive disabledModules
This commit is contained in:
parent
7167985e34
commit
b89b23b6b2
6 changed files with 38 additions and 0 deletions
5
lib/tests/modules/disable-recursive/foo.nix
Normal file
5
lib/tests/modules/disable-recursive/foo.nix
Normal file
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
imports = [
|
||||
../declare-enable.nix
|
||||
];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue