Files
nixpkgs/lib/tests/modules/test-push-down-non-attrs.nix

6 lines
50 B
Nix

{ lib, ... }:
{
config = lib.mkIf true true;
}