1
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-06-20 16:39:31 +03:00
nixpkgs/lib/tests/modules/disable-recursive/main.nix
2020-01-09 17:26:08 +01:00

8 lines
69 B
Nix

{
imports = [
./foo.nix
./bar.nix
];
enable = true;
}