Created
September 25, 2017 22:34
-
-
Save dominicusin/e0b4f71da7350a574fd26e711a0131a0 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
| nix-env -qaP|cut -d' ' -f1|while read a;do nix-env -iA $a;nix-store --gc;nix-collect-garbage -d;done |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment