Skip to content

Instantly share code, notes, and snippets.

@4z3
Created February 26, 2016 11:44
Show Gist options
  • Save 4z3/afac172c65d8775153c4 to your computer and use it in GitHub Desktop.
Save 4z3/afac172c65d8775153c4 to your computer and use it in GitHub Desktop.
man.conf.nix -Wbreak
{
environment.etc."man.conf".source = pkgs.runCommand "man.conf" {} ''
${pkgs.gnused}/bin/sed <${pkgs.man}/lib/man.conf >$out '
s:^NROFF\t.*:& -Wbreak:
'
'';
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment