1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-12-25 03:17:13 +00:00
nixpkgs/lib/tests/modules/disable-recursive/main.nix
2020-01-09 17:26:08 +01:00

9 lines
69 B
Nix

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