0
0
Fork 0
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:
Silvan Mosberger 2020-01-04 02:01:21 +01:00
parent 7167985e34
commit b89b23b6b2
No known key found for this signature in database
GPG key ID: E8F1E9EAD284E17D
6 changed files with 38 additions and 0 deletions

View file

@ -0,0 +1,5 @@
{
imports = [
../declare-enable.nix
];
}