Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save hypeitnow/f999b8efff09594cf44fd5c46f81b4da to your computer and use it in GitHub Desktop.
Save hypeitnow/f999b8efff09594cf44fd5c46f81b4da to your computer and use it in GitHub Desktop.
sudo nix-env -p /nix/var/nix/profiles/system --delete-generations old
sudo nix-collect-garbage -d
sudo nix-env -p /nix/var/nix/profiles/system --list-generations
# Remove entries from /boot/loader/entries:
sudo bash -c "cd /boot/loader/entries; ls | grep -v <current-generation-name> | xargs rm"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment