about summary refs log tree commit diff
path: root/nix/modules/ports/default.nix
blob: 6f79635c639e41bbbd51270a91f1bcd9e6439c21 (plain)
1
2
3
4
5
6
7
{ lib, ... }: 

with lib; {
  options.emile.ports = mkOption {
    type = types.anything;
  };
}