Skip to content

Instantly share code, notes, and snippets.

@dominicusin
Created September 25, 2017 22:34
Show Gist options
  • Select an option

  • Save dominicusin/e0b4f71da7350a574fd26e711a0131a0 to your computer and use it in GitHub Desktop.

Select an option

Save dominicusin/e0b4f71da7350a574fd26e711a0131a0 to your computer and use it in GitHub Desktop.
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