1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-17 19:21:04 +00:00
nixpkgs/lib/tests/modules/disable-define-enable-string-path.nix
2024-07-26 11:18:09 +02:00

6 lines
70 B
Nix

{ ... }:
{
disabledModules = [ (toString ./define-enable.nix) ];
}