Skip to content

Instantly share code, notes, and snippets.

@cleverca22
Created September 3, 2019 20:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cleverca22/37af9840ed40406ed89f0fda4992c55b to your computer and use it in GitHub Desktop.
Save cleverca22/37af9840ed40406ed89f0fda4992c55b to your computer and use it in GitHub Desktop.
manymans = with pkgs; buildEnv {
name = "manymans";
ignoreCollisions = true;
paths = [
man-pages posix_man_pages stdmanpages glibcInfo
];
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment