Skip to content

Instantly share code, notes, and snippets.

@phdoerfler
Last active February 22, 2019 12:54
Show Gist options
  • Save phdoerfler/f2c1ab8e4cf218f31515975fb6417ce4 to your computer and use it in GitHub Desktop.
Save phdoerfler/f2c1ab8e4cf218f31515975fb6417ce4 to your computer and use it in GitHub Desktop.
#!/usr/bin/env bash
set -e
TRASH="~/.local/share/Trash"
nix-collect-garbage -d
nix optimise-store
rm -rfv "$TRASH/*"
nixos-rebuild switch --repair
nix-collect-garbage -d
nix optimise-store
nix-store --verify --check-contents --repair
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment