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

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