1 2 3 4 5 6 7 8
{ lib, namespace, ... }: with lib; with lib.${namespace}; { imports = [ (mkSimpleTool "cloc" {}) (mkSimpleTool "ffmpeg" {}) ]; }