Unverified Commit 3ff30871 authored by Robert Hensing's avatar Robert Hensing Committed by GitHub
Browse files

service/portable: Add meta placeholder (#435005)

parents 17e6dae5 0c28d57e
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -44,5 +44,9 @@ in
        '';
      };
    };
    # TODO: use https://github.com/NixOS/nixpkgs/pull/431450
    meta = lib.mkOption {
      description = "The maintainers of this module. This is currently a placeholder option whose value may not evaluate to anything useful until https://github.com/NixOS/nixpkgs/pull/431450 is available and used here.";
    };
  };
}