Skip to content

Instantly share code, notes, and snippets.

@jralvarezc
Created August 5, 2019 05:59
Show Gist options
  • Save jralvarezc/377b7168c077146c50cb4b3ec6a8b3d3 to your computer and use it in GitHub Desktop.
Save jralvarezc/377b7168c077146c50cb4b3ec6a8b3d3 to your computer and use it in GitHub Desktop.
ralvarez@auto  ~  sudo nix-collect-garbage
....
deleting unused links...
note: currently hard linking saves -0.00 MiB
1613 store paths deleted, 5080.77 MiB freed
ralvarez@auto  ~  df -h
Filesystem Size Used Avail Use% Mounted on
devtmpfs 779M 0 779M 0% /dev
tmpfs 7.7G 121M 7.5G 2% /dev/shm
tmpfs 3.9G 7.0M 3.8G 1% /run
tmpfs 7.7G 408K 7.7G 1% /run/wrappers
/dev/dm-2 218G 116G 92G 56% /
tmpfs 7.7G 0 7.7G 0% /sys/fs/cgroup
tmpfs 1.6G 8.0K 1.6G 1% /run/user/1000
ralvarez@auto  ~  sudo nix-collect-garbage
finding garbage collector roots...
deleting garbage...
deleting '/nix/store/trash'
deleting unused links...
note: currently hard linking saves -0.00 MiB
0 store paths deleted, 0.00 MiB freed
ralvarez@auto  ~  du -sh /nix
47G /nix
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment