-
-
Save hypeitnow/f999b8efff09594cf44fd5c46f81b4da 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
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