Skip to content

Instantly share code, notes, and snippets.

@cleverca22
Created March 16, 2020 18:00
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/45e46f3b6a1ede7836938d2122bae9c7 to your computer and use it in GitHub Desktop.
Save cleverca22/45e46f3b6a1ede7836938d2122bae9c7 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