Skip to content

Instantly share code, notes, and snippets.

@lufia
Created February 13, 2017 01:20
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 lufia/a0d156fb076ccf0ac122fd429362e61b to your computer and use it in GitHub Desktop.
Save lufia/a0d156fb076ccf0ac122fd429362e61b to your computer and use it in GitHub Desktop.
cleanup nixpkgs generations except latest generation
#!/usr/bin/env bash
c=/nix/var/nix/profiles/per-user/$USER/channels
nix-env --delete-generations -p $c old
nix-env --delete-generations old
nix-store --gc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment