Created
March 16, 2020 18:00
-
-
Save cleverca22/45e46f3b6a1ede7836938d2122bae9c7 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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